#2CAA45

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

Shades of Chateau Green #2CAA45

Tints of Chateau Green #2CAA45

Color information

#2CAA45 (or 0x2CAA45) is unknown color: approx Chateau Green. HEX triplet: 2C, AA and 45. RGB value is (44,170,69). Sum of RGB (Red+Green+Blue) = 44+170+69=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA45 is #D355BA. Grayscale: #797979. Windows color (decimal): -13850043 or 4565548. OLE color: 4565548.

HSL color Cylindrical-coordinate representation of color #2CAA45: hue angle of 131.9º 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 #2CAA45 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB4417069-
CMYK0.7400.590.33
HSL131.9º58.88%41.96%-
HSV(B)131.9º74.12%66.67%-
XYZ16.4929.7110.5-
YUV120.8198.7673.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 170 (66.80% from 255) = 60.07%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=15.55%
G=60.07%
B=24.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170690.7400.590.33131.958.8841.96
Hex2CAA454A03B21843b2a
Octal54252105112073412047352
Binary1011001010101010001011001010011101110000110000100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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