#2FA451

Color #2FA451 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2FA451

Tints of Chateau Green #2FA451

Color information

#2FA451 (or 0x2FA451) is unknown color: approx Chateau Green. HEX triplet: 2F, A4 and 51. RGB value is (47,164,81). Sum of RGB (Red+Green+Blue) = 47+164+81=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA451 is #D05BAE. Grayscale: #777777. Windows color (decimal): -13654959 or 5350447. OLE color: 5350447.

HSL color Cylindrical-coordinate representation of color #2FA451: hue angle of 137.44º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA451 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB4716481-
CMYK0.7100.510.36
HSL137.44º55.45%41.37%-
HSV(B)137.44º71.34%64.31%-
XYZ15.9327.7512.3-
YUV119.56106.2476.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 164 (64.45% from 255) = 56.16%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=16.10%
G=56.16%
B=27.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47164810.7100.510.36137.4455.4541.37
Hex2FA4514703324893729
Octal57244121107063442116751
Binary1011111010010010100011000111011001110010010001001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA451; }

 p { color: rgb(47,164,81); }

 H1.HeaderClassName
 {
   color: #2FA451;
 }
 .AnyTagClassName
 {
   color: #2FA451;
 }
</style>
background-color css

<style>
 a { background-color: #2FA451; }

 a { background-color: rgb(47,164,81); }

 div.DivClassName
 {
   background-color: #2FA451;
 }
 .BgClassName
 {
   background-color: #2FA451;
 }
</style>
border-color css

<style>
 span { border-color: #2FA451; }

 span { border-color: rgb(47,164,81); }

 td.TdClassName
 {
   border-color: #2FA451;
 }
 .TagClassName
 {
   border-color: #2FA451;
 }
</style>