#2CAF44

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

Shades of Chateau Green #2CAF44

Tints of Chateau Green #2CAF44

Color information

#2CAF44 (or 0x2CAF44) is unknown color: approx Chateau Green. HEX triplet: 2C, AF and 44. RGB value is (44,175,68). Sum of RGB (Red+Green+Blue) = 44+175+68=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF44 is #D350BB. Grayscale: #7B7B7B. Windows color (decimal): -13848764 or 4501292. OLE color: 4501292.

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

Color convert

RGB4417568-
CMYK0.7500.610.31
HSL130.99º59.82%42.94%-
HSV(B)130.99º74.86%68.63%-
XYZ17.4131.6110.65-
YUV123.6396.671.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=15.33%
G=60.98%
B=23.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44175680.7500.610.31130.9959.8242.94
Hex2CAF444B03D1F833c2b
Octal54257104113075372037453
Binary101100101011111000100100101101111011111110000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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