Shades of Chateau Green #2E9A47
Tints of Chateau Green #2E9A47
RGB
CMYK
RGB Variations
Color information
#2E9A47 (or 0x2E9A47) is known color: Chateau Green. HEX triplet: 2E, 9A and 47. RGB value is (46,154,71). Sum of RGB (Red+Green+Blue) = 46+154+71=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9A47 is #D165B8. Grayscale: #707070. Windows color (decimal): -13723065 or 4692526. OLE color: 4692526.
HSL color Cylindrical-coordinate representation of color #2E9A47: hue angle of 133.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9A47 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 154 | 71 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.40 |
| HSL | 133.89º | 0.54% | 0.39% | - |
| HSV(B) | 133.89º | 0.7% | 0.6% | - |
| XYZ | 13.82 | 24.15 | 9.89 | - |
| YUV | 112.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 71 | 0.70 | 0 | 0.54 | 0.40 | 133.89 | 0.54 | 0.39 |
| Hex | 2E | 9A | 47 | 46 | 0 | 36 | 28 | 86 | 36 | 27 |
| Octal | 56 | 232 | 107 | 106 | 0 | 66 | 50 | 206 | 66 | 47 |
| Binary | 101110 | 10011010 | 1000111 | 1000110 | 0 | 110110 | 101000 | 10000110 | 110110 | 100111 |
Color Harmonies of #2E9A47
Complementary color
Monochromatic Colors of #2E9A47
Black with #2E9A47
Text Example
Text Example
White with #2E9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9A47; }
p { color: rgb(46,154,71); }
H1.HeaderClassName
{
color: #2E9A47;
}
.AnyTagClassName
{
color: #2E9A47;
}
</style>
background-color css
<style>
a { background-color: #2E9A47; }
a { background-color: rgb(46,154,71); }
div.DivClassName
{
background-color: #2E9A47;
}
.BgClassName
{
background-color: #2E9A47;
}
</style>
border-color css
<style>
span { border-color: #2E9A47; }
span { border-color: rgb(46,154,71); }
td.TdClassName
{
border-color: #2E9A47;
}
.TagClassName
{
border-color: #2E9A47;
}
</style>