#2DAF5A

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

Shades of Chateau Green #2DAF5A

Tints of Chateau Green #2DAF5A

Color information

#2DAF5A (or 0x2DAF5A) is unknown color: approx Chateau Green. HEX triplet: 2D, AF and 5A. RGB value is (45,175,90). Sum of RGB (Red+Green+Blue) = 45+175+90=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF5A is #D250A5. Grayscale: #7E7E7E. Windows color (decimal): -13783206 or 5943085. OLE color: 5943085.

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

Color convert

RGB4517590-
CMYK0.7400.490.31
HSL140.77º59.09%43.14%-
HSV(B)140.77º74.29%68.63%-
XYZ18.2631.9614.88-
YUV126.44107.4369.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.52%
GREEN value IS 175 (68.75% from 255) = 56.45%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=14.52%
G=56.45%
B=29.03%

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
Decimal45175900.7400.490.31140.7759.0943.14
Hex2DAF5A4A0311F8d3b2b
Octal55257132112061372157353
Binary101101101011111011010100101001100011111110001101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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