Shades of Chateau Green #2D9E45
Tints of Chateau Green #2D9E45
RGB
CMYK
RGB Variations
Color information
#2D9E45 (or 0x2D9E45) is known color: Chateau Green. HEX triplet: 2D, 9E and 45. RGB value is (45,158,69). Sum of RGB (Red+Green+Blue) = 45+158+69=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E45 is #D261BA. Grayscale: #727272. Windows color (decimal): -13787579 or 4562477. OLE color: 4562477.
HSL color Cylindrical-coordinate representation of color #2D9E45: hue angle of 132.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E45 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 69 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.38 |
| HSL | 132.74º | 0.56% | 0.4% | - |
| HSV(B) | 132.74º | 0.72% | 0.62% | - |
| XYZ | 14.38 | 25.44 | 9.78 | - |
| YUV | 114.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 69 | 0.72 | 0 | 0.56 | 0.38 | 132.74 | 0.56 | 0.4 |
| Hex | 2D | 9E | 45 | 48 | 0 | 38 | 26 | 85 | 38 | 28 |
| Octal | 55 | 236 | 105 | 110 | 0 | 70 | 46 | 205 | 70 | 50 |
| Binary | 101101 | 10011110 | 1000101 | 1001000 | 0 | 111000 | 100110 | 10000101 | 111000 | 101000 |
Color Harmonies of #2D9E45
Complementary color
Monochromatic Colors of #2D9E45
Black with #2D9E45
Text Example
Text Example
White with #2D9E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E45; }
p { color: rgb(45,158,69); }
H1.HeaderClassName
{
color: #2D9E45;
}
.AnyTagClassName
{
color: #2D9E45;
}
</style>
background-color css
<style>
a { background-color: #2D9E45; }
a { background-color: rgb(45,158,69); }
div.DivClassName
{
background-color: #2D9E45;
}
.BgClassName
{
background-color: #2D9E45;
}
</style>
border-color css
<style>
span { border-color: #2D9E45; }
span { border-color: rgb(45,158,69); }
td.TdClassName
{
border-color: #2D9E45;
}
.TagClassName
{
border-color: #2D9E45;
}
</style>