#2DA94D

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

Shades of Chateau Green #2DA94D

Tints of Chateau Green #2DA94D

Color information

#2DA94D (or 0x2DA94D) is unknown color: approx Chateau Green. HEX triplet: 2D, A9 and 4D. RGB value is (45,169,77). Sum of RGB (Red+Green+Blue) = 45+169+77=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA94D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA94D is #D256B2. Grayscale: #797979. Windows color (decimal): -13784755 or 5089581. OLE color: 5089581.

HSL color Cylindrical-coordinate representation of color #2DA94D: hue angle of 135.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA94D is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB4516977-
CMYK0.7300.540.34
HSL135.48º57.94%41.96%-
HSV(B)135.48º73.37%66.27%-
XYZ16.6129.4711.83-
YUV121.44102.9273.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 169 (66.41% from 255) = 58.08%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=15.46%
G=58.08%
B=26.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45169770.7300.540.34135.4857.9441.96
Hex2DA94D4903622873a2a
Octal55251115111066422077252
Binary1011011010100110011011001001011011010001010000111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,169,77); }

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

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

 a { background-color: rgb(45,169,77); }

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

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

 span { border-color: rgb(45,169,77); }

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