Shades of Chateau Green #2D9E4E
Tints of Chateau Green #2D9E4E
RGB
CMYK
RGB Variations
Color information
#2D9E4E (or 0x2D9E4E) is known color: Chateau Green. HEX triplet: 2D, 9E and 4E. RGB value is (45,158,78). Sum of RGB (Red+Green+Blue) = 45+158+78=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E4E is #D261B1. Grayscale: #737373. Windows color (decimal): -13787570 or 5152301. OLE color: 5152301.
HSL color Cylindrical-coordinate representation of color #2D9E4E: hue angle of 137.52º 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 #2D9E4E is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 78 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.38 |
| HSL | 137.52º | 0.56% | 0.4% | - |
| HSV(B) | 137.52º | 0.72% | 0.62% | - |
| XYZ | 14.68 | 25.56 | 11.37 | - |
| YUV | 115.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 78 | 0.72 | 0 | 0.51 | 0.38 | 137.52 | 0.56 | 0.4 |
| Hex | 2D | 9E | 4E | 48 | 0 | 33 | 26 | 8A | 38 | 28 |
| Octal | 55 | 236 | 116 | 110 | 0 | 63 | 46 | 212 | 70 | 50 |
| Binary | 101101 | 10011110 | 1001110 | 1001000 | 0 | 110011 | 100110 | 10001010 | 111000 | 101000 |
Color Harmonies of #2D9E4E
Complementary color
Monochromatic Colors of #2D9E4E
Black with #2D9E4E
Text Example
Text Example
White with #2D9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E4E; }
p { color: rgb(45,158,78); }
H1.HeaderClassName
{
color: #2D9E4E;
}
.AnyTagClassName
{
color: #2D9E4E;
}
</style>
background-color css
<style>
a { background-color: #2D9E4E; }
a { background-color: rgb(45,158,78); }
div.DivClassName
{
background-color: #2D9E4E;
}
.BgClassName
{
background-color: #2D9E4E;
}
</style>
border-color css
<style>
span { border-color: #2D9E4E; }
span { border-color: rgb(45,158,78); }
td.TdClassName
{
border-color: #2D9E4E;
}
.TagClassName
{
border-color: #2D9E4E;
}
</style>