#2CAC55

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

Shades of Chateau Green #2CAC55

Tints of Chateau Green #2CAC55

Color information

#2CAC55 (or 0x2CAC55) is unknown color: approx Chateau Green. HEX triplet: 2C, AC and 55. RGB value is (44,172,85). Sum of RGB (Red+Green+Blue) = 44+172+85=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC55 is #D353AA. Grayscale: #7C7C7C. Windows color (decimal): -13849515 or 5614636. OLE color: 5614636.

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

Color convert

RGB4417285-
CMYK0.7400.510.33
HSL139.22º59.26%42.35%-
HSV(B)139.22º74.42%67.45%-
XYZ17.4330.713.6-
YUV123.81106.0971.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 172 (67.58% from 255) = 57.14%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=14.62%
G=57.14%
B=28.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44172850.7400.510.33139.2259.2642.35
Hex2CAC554A033218b3b2a
Octal54254125112063412137352
Binary1011001010110010101011001010011001110000110001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,172,85); }

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

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

 a { background-color: rgb(44,172,85); }

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

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

 span { border-color: rgb(44,172,85); }

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