#2CAA52

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

Shades of Chateau Green #2CAA52

Tints of Chateau Green #2CAA52

Color information

#2CAA52 (or 0x2CAA52) is unknown color: approx Chateau Green. HEX triplet: 2C, AA and 52. RGB value is (44,170,82). Sum of RGB (Red+Green+Blue) = 44+170+82=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA52 is #D355AD. Grayscale: #7A7A7A. Windows color (decimal): -13850030 or 5417516. OLE color: 5417516.

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

Color convert

RGB4417082-
CMYK0.7400.520.33
HSL138.1º58.88%41.96%-
HSV(B)138.1º74.12%66.67%-
XYZ16.9429.8912.86-
YUV122.29105.2672.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=14.86%
G=57.43%
B=27.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170820.7400.520.33138.158.8841.96
Hex2CAA524A034218a3b2a
Octal54252122112064412127352
Binary1011001010101010100101001010011010010000110001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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