Shades of Chateau Green #2E9944
Tints of Chateau Green #2E9944
RGB
CMYK
RGB Variations
Color information
#2E9944 (or 0x2E9944) is known color: Chateau Green. HEX triplet: 2E, 99 and 44. RGB value is (46,153,68). Sum of RGB (Red+Green+Blue) = 46+153+68=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #2E9944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9944 is #D166BB. Grayscale: #6F6F6F. Windows color (decimal): -13723324 or 4495662. OLE color: 4495662.
HSL color Cylindrical-coordinate representation of color #2E9944: hue angle of 132.34º 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 #2E9944 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 68 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.4 |
| HSL | 132.34º | 0.54% | 0.39% | - |
| HSV(B) | 132.34º | 0.7% | 0.6% | - |
| XYZ | 13.56 | 23.78 | 9.34 | - |
| YUV | 111.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 68 | 0.70 | 0 | 0.56 | 0.4 | 132.34 | 0.54 | 0.39 |
| Hex | 2E | 99 | 44 | 46 | 0 | 38 | 28 | 84 | 36 | 27 |
| Octal | 56 | 231 | 104 | 106 | 0 | 70 | 50 | 204 | 66 | 47 |
| Binary | 101110 | 10011001 | 1000100 | 1000110 | 0 | 111000 | 101000 | 10000100 | 110110 | 100111 |
Color Harmonies of #2E9944
Complementary color
Monochromatic Colors of #2E9944
Black with #2E9944
Text Example
Text Example
White with #2E9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9944; }
p { color: rgb(46,153,68); }
H1.HeaderClassName
{
color: #2E9944;
}
.AnyTagClassName
{
color: #2E9944;
}
</style>
background-color css
<style>
a { background-color: #2E9944; }
a { background-color: rgb(46,153,68); }
div.DivClassName
{
background-color: #2E9944;
}
.BgClassName
{
background-color: #2E9944;
}
</style>
border-color css
<style>
span { border-color: #2E9944; }
span { border-color: rgb(46,153,68); }
td.TdClassName
{
border-color: #2E9944;
}
.TagClassName
{
border-color: #2E9944;
}
</style>