Shades of Chateau Green #2E9F4E
Tints of Chateau Green #2E9F4E
RGB
CMYK
RGB Variations
Color information
#2E9F4E (or 0x2E9F4E) is known color: Chateau Green. HEX triplet: 2E, 9F and 4E. RGB value is (46,159,78). Sum of RGB (Red+Green+Blue) = 46+159+78=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9F4E is #D160B1. Grayscale: #747474. Windows color (decimal): -13721778 or 5152558. OLE color: 5152558.
HSL color Cylindrical-coordinate representation of color #2E9F4E: hue angle of 136.99º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9F4E is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 78 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.38 |
| HSL | 136.99º | 0.55% | 0.4% | - |
| HSV(B) | 136.99º | 0.71% | 0.62% | - |
| XYZ | 14.9 | 25.93 | 11.43 | - |
| YUV | 115.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 78 | 0.71 | 0 | 0.51 | 0.38 | 136.99 | 0.55 | 0.4 |
| Hex | 2E | 9F | 4E | 47 | 0 | 33 | 26 | 89 | 37 | 28 |
| Octal | 56 | 237 | 116 | 107 | 0 | 63 | 46 | 211 | 67 | 50 |
| Binary | 101110 | 10011111 | 1001110 | 1000111 | 0 | 110011 | 100110 | 10001001 | 110111 | 101000 |
Color Harmonies of #2E9F4E
Complementary color
Monochromatic Colors of #2E9F4E
Black with #2E9F4E
Text Example
Text Example
White with #2E9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F4E; }
p { color: rgb(46,159,78); }
H1.HeaderClassName
{
color: #2E9F4E;
}
.AnyTagClassName
{
color: #2E9F4E;
}
</style>
background-color css
<style>
a { background-color: #2E9F4E; }
a { background-color: rgb(46,159,78); }
div.DivClassName
{
background-color: #2E9F4E;
}
.BgClassName
{
background-color: #2E9F4E;
}
</style>
border-color css
<style>
span { border-color: #2E9F4E; }
span { border-color: rgb(46,159,78); }
td.TdClassName
{
border-color: #2E9F4E;
}
.TagClassName
{
border-color: #2E9F4E;
}
</style>