#2CAF42

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

Shades of Chateau Green #2CAF42

Tints of Chateau Green #2CAF42

Color information

#2CAF42 (or 0x2CAF42) is unknown color: approx Chateau Green. HEX triplet: 2C, AF and 42. RGB value is (44,175,66). Sum of RGB (Red+Green+Blue) = 44+175+66=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF42 is #D350BD. Grayscale: #7B7B7B. Windows color (decimal): -13848766 or 4370220. OLE color: 4370220.

HSL color Cylindrical-coordinate representation of color #2CAF42: hue angle of 130.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF42 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB4417566-
CMYK0.7500.620.31
HSL130.08º59.82%42.94%-
HSV(B)130.08º74.86%68.63%-
XYZ17.3531.5910.34-
YUV123.495.671.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.44%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=15.44%
G=61.40%
B=23.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44175660.7500.620.31130.0859.8242.94
Hex2CAF424B03E1F823c2b
Octal54257102113076372027453
Binary101100101011111000010100101101111101111110000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,175,66); }

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

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

 a { background-color: rgb(44,175,66); }

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

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

 span { border-color: rgb(44,175,66); }

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