#2DAF59

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

Shades of Chateau Green #2DAF59

Tints of Chateau Green #2DAF59

Color information

#2DAF59 (or 0x2DAF59) is unknown color: approx Chateau Green. HEX triplet: 2D, AF and 59. RGB value is (45,175,89). Sum of RGB (Red+Green+Blue) = 45+175+89=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF59 is #D250A6. Grayscale: #7E7E7E. Windows color (decimal): -13783207 or 5877549. OLE color: 5877549.

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

Color convert

RGB4517589-
CMYK0.7400.490.31
HSL140.31º59.09%43.14%-
HSV(B)140.31º74.29%68.63%-
XYZ18.2231.9414.66-
YUV126.33106.9369.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.56%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=14.56%
G=56.63%
B=28.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45175890.7400.490.31140.3159.0943.14
Hex2DAF594A0311F8c3b2b
Octal55257131112061372147353
Binary101101101011111011001100101001100011111110001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,175,89); }

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

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

 a { background-color: rgb(45,175,89); }

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

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

 span { border-color: rgb(45,175,89); }

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