Shades of Chateau Green #2DA94F
Tints of Chateau Green #2DA94F
RGB
CMYK
RGB Variations
Color information
#2DA94F (or 0x2DA94F) is known color: Chateau Green. HEX triplet: 2D, A9 and 4F. RGB value is (45,169,79). Sum of RGB (Red+Green+Blue) = 45+169+79=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA94F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA94F is #D256B0. Grayscale: #797979. Windows color (decimal): -13784753 or 5220653. OLE color: 5220653.
HSL color Cylindrical-coordinate representation of color #2DA94F: hue angle of 136.45º 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 #2DA94F is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 79 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.34 |
| HSL | 136.45º | 0.58% | 0.42% | - |
| HSV(B) | 136.45º | 0.73% | 0.66% | - |
| XYZ | 16.68 | 29.5 | 12.21 | - |
| YUV | 121.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 79 | 0.73 | 0 | 0.53 | 0.34 | 136.45 | 0.58 | 0.42 |
| Hex | 2D | A9 | 4F | 49 | 0 | 35 | 22 | 88 | 3A | 2A |
| Octal | 55 | 251 | 117 | 111 | 0 | 65 | 42 | 210 | 72 | 52 |
| Binary | 101101 | 10101001 | 1001111 | 1001001 | 0 | 110101 | 100010 | 10001000 | 111010 | 101010 |
Color Harmonies of #2DA94F
Complementary color
Monochromatic Colors of #2DA94F
Black with #2DA94F
Text Example
Text Example
White with #2DA94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA94F; }
p { color: rgb(45,169,79); }
H1.HeaderClassName
{
color: #2DA94F;
}
.AnyTagClassName
{
color: #2DA94F;
}
</style>
background-color css
<style>
a { background-color: #2DA94F; }
a { background-color: rgb(45,169,79); }
div.DivClassName
{
background-color: #2DA94F;
}
.BgClassName
{
background-color: #2DA94F;
}
</style>
border-color css
<style>
span { border-color: #2DA94F; }
span { border-color: rgb(45,169,79); }
td.TdClassName
{
border-color: #2DA94F;
}
.TagClassName
{
border-color: #2DA94F;
}
</style>