Shades of Chateau Green #2DA94D
Tints of Chateau Green #2DA94D
RGB
CMYK
RGB Variations
Color information
#2DA94D (or 0x2DA94D) is known color: 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
| RGB | 45 | 169 | 77 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.34 |
| HSL | 135.48º | 0.58% | 0.42% | - |
| HSV(B) | 135.48º | 0.73% | 0.66% | - |
| XYZ | 16.61 | 29.47 | 11.83 | - |
| YUV | 121.44 | 102.92 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 77 | 0.73 | 0 | 0.54 | 0.34 | 135.48 | 0.58 | 0.42 |
| Hex | 2D | A9 | 4D | 49 | 0 | 36 | 22 | 87 | 3A | 2A |
| Octal | 55 | 251 | 115 | 111 | 0 | 66 | 42 | 207 | 72 | 52 |
| Binary | 101101 | 10101001 | 1001101 | 1001001 | 0 | 110110 | 100010 | 10000111 | 111010 | 101010 |
Color Harmonies of #2DA94D
Complementary color
Monochromatic Colors of #2DA94D
Black with #2DA94D
Text Example
Text Example
White with #2DA94D
Text Example
Text Example
HTML Codes & Css Web 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>