#2CAA49

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

Shades of Chateau Green #2CAA49

Tints of Chateau Green #2CAA49

Color information

#2CAA49 (or 0x2CAA49) is unknown color: approx Chateau Green. HEX triplet: 2C, AA and 49. RGB value is (44,170,73). Sum of RGB (Red+Green+Blue) = 44+170+73=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA49 is #D355B6. Grayscale: #797979. Windows color (decimal): -13850039 or 4827692. OLE color: 4827692.

HSL color Cylindrical-coordinate representation of color #2CAA49: hue angle of 133.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA49 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB4417073-
CMYK0.7400.570.33
HSL133.81º58.88%41.96%-
HSV(B)133.81º74.12%66.67%-
XYZ16.6229.7711.17-
YUV121.27100.7672.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=15.33%
G=59.23%
B=25.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170730.7400.570.33133.8158.8841.96
Hex2CAA494A03921863b2a
Octal54252111112071412067352
Binary1011001010101010010011001010011100110000110000110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,73); }

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

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

 a { background-color: rgb(44,170,73); }

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

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

 span { border-color: rgb(44,170,73); }

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