#2CAF4E

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

Shades of Chateau Green #2CAF4E

Tints of Chateau Green #2CAF4E

Color information

#2CAF4E (or 0x2CAF4E) is unknown color: approx Chateau Green. HEX triplet: 2C, AF and 4E. RGB value is (44,175,78). Sum of RGB (Red+Green+Blue) = 44+175+78=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF4E is #D350B1. Grayscale: #7D7D7D. Windows color (decimal): -13848754 or 5156652. OLE color: 5156652.

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

Color convert

RGB4417578-
CMYK0.7500.550.31
HSL135.57º59.82%42.94%-
HSV(B)135.57º74.86%68.63%-
XYZ17.7431.7512.4-
YUV124.77101.670.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 175 (68.75% from 255) = 58.92%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=14.81%
G=58.92%
B=26.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44175780.7500.550.31135.5759.8242.94
Hex2CAF4E4B0371F883c2b
Octal54257116113067372107453
Binary101100101011111001110100101101101111111110001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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