Shades of Chateau Green #2DA74F
Tints of Chateau Green #2DA74F
RGB
CMYK
RGB Variations
Color information
#2DA74F (or 0x2DA74F) is known color: Chateau Green. HEX triplet: 2D, A7 and 4F. RGB value is (45,167,79). Sum of RGB (Red+Green+Blue) = 45+167+79=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA74F is #D258B0. Grayscale: #787878. Windows color (decimal): -13785265 or 5220141. OLE color: 5220141.
HSL color Cylindrical-coordinate representation of color #2DA74F: hue angle of 136.72º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA74F is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 79 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.35 |
| HSL | 136.72º | 0.58% | 0.42% | - |
| HSV(B) | 136.72º | 0.73% | 0.65% | - |
| XYZ | 16.31 | 28.76 | 12.09 | - |
| YUV | 120.49 | 104.58 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 79 | 0.73 | 0 | 0.53 | 0.35 | 136.72 | 0.58 | 0.42 |
| Hex | 2D | A7 | 4F | 49 | 0 | 35 | 23 | 89 | 3A | 2A |
| Octal | 55 | 247 | 117 | 111 | 0 | 65 | 43 | 211 | 72 | 52 |
| Binary | 101101 | 10100111 | 1001111 | 1001001 | 0 | 110101 | 100011 | 10001001 | 111010 | 101010 |
Color Harmonies of #2DA74F
Complementary color
Monochromatic Colors of #2DA74F
Black with #2DA74F
Text Example
Text Example
White with #2DA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA74F; }
p { color: rgb(45,167,79); }
H1.HeaderClassName
{
color: #2DA74F;
}
.AnyTagClassName
{
color: #2DA74F;
}
</style>
background-color css
<style>
a { background-color: #2DA74F; }
a { background-color: rgb(45,167,79); }
div.DivClassName
{
background-color: #2DA74F;
}
.BgClassName
{
background-color: #2DA74F;
}
</style>
border-color css
<style>
span { border-color: #2DA74F; }
span { border-color: rgb(45,167,79); }
td.TdClassName
{
border-color: #2DA74F;
}
.TagClassName
{
border-color: #2DA74F;
}
</style>