#2CAB43

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

Shades of Chateau Green #2CAB43

Tints of Chateau Green #2CAB43

Color information

#2CAB43 (or 0x2CAB43) is unknown color: approx Chateau Green. HEX triplet: 2C, AB and 43. RGB value is (44,171,67). Sum of RGB (Red+Green+Blue) = 44+171+67=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB43 is #D354BC. Grayscale: #797979. Windows color (decimal): -13849789 or 4434732. OLE color: 4434732.

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

Color convert

RGB4417167-
CMYK0.7400.610.33
HSL130.87º59.07%42.16%-
HSV(B)130.87º74.27%67.06%-
XYZ16.6130.0710.24-
YUV121.1797.4272.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 171 (67.19% from 255) = 60.64%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=15.60%
G=60.64%
B=23.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44171670.7400.610.33130.8759.0742.16
Hex2CAB434A03D21833b2a
Octal54253103112075412037352
Binary1011001010101110000111001010011110110000110000011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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