#2CAA4D

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

Shades of Chateau Green #2CAA4D

Tints of Chateau Green #2CAA4D

Color information

#2CAA4D (or 0x2CAA4D) is unknown color: approx Chateau Green. HEX triplet: 2C, AA and 4D. RGB value is (44,170,77). Sum of RGB (Red+Green+Blue) = 44+170+77=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA4D is #D355B2. Grayscale: #797979. Windows color (decimal): -13850035 or 5089836. OLE color: 5089836.

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

Color convert

RGB4417077-
CMYK0.7400.550.33
HSL135.71º58.88%41.96%-
HSV(B)135.71º74.12%66.67%-
XYZ16.7529.8211.89-
YUV121.72102.7672.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 170 (66.80% from 255) = 58.42%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=15.12%
G=58.42%
B=26.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170770.7400.550.33135.7158.8841.96
Hex2CAA4D4A03721883b2a
Octal54252115112067412107352
Binary1011001010101010011011001010011011110000110001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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