#2CAB46

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

Shades of Chateau Green #2CAB46

Tints of Chateau Green #2CAB46

Color information

#2CAB46 (or 0x2CAB46) is unknown color: approx Chateau Green. HEX triplet: 2C, AB and 46. RGB value is (44,171,70). Sum of RGB (Red+Green+Blue) = 44+171+70=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB46 is #D354B9. Grayscale: #797979. Windows color (decimal): -13849786 or 4631340. OLE color: 4631340.

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

Color convert

RGB4417170-
CMYK0.7400.590.33
HSL132.28º59.07%42.16%-
HSV(B)132.28º74.27%67.06%-
XYZ16.7130.110.72-
YUV121.5198.9272.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.44%
GREEN value IS 171 (67.19% from 255) = 60%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=15.44%
G=60%
B=24.56%

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
Decimal44171700.7400.590.33132.2859.0742.16
Hex2CAB464A03B21843b2a
Octal54253106112073412047352
Binary1011001010101110001101001010011101110000110000100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,171,70); }

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

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

 a { background-color: rgb(44,171,70); }

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

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

 span { border-color: rgb(44,171,70); }

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