Shades of Chateau Green #2EA144
Tints of Chateau Green #2EA144
RGB
CMYK
RGB Variations
Color information
#2EA144 (or 0x2EA144) is known color: Chateau Green. HEX triplet: 2E, A1 and 44. RGB value is (46,161,68). Sum of RGB (Red+Green+Blue) = 46+161+68=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA144 is #D15EBB. Grayscale: #747474. Windows color (decimal): -13721276 or 4497710. OLE color: 4497710.
HSL color Cylindrical-coordinate representation of color #2EA144: hue angle of 131.48º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA144 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 68 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.37 |
| HSL | 131.48º | 0.56% | 0.41% | - |
| HSV(B) | 131.48º | 0.71% | 0.63% | - |
| XYZ | 14.91 | 26.49 | 9.8 | - |
| YUV | 116.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 68 | 0.71 | 0 | 0.58 | 0.37 | 131.48 | 0.56 | 0.41 |
| Hex | 2E | A1 | 44 | 47 | 0 | 3A | 25 | 83 | 38 | 29 |
| Octal | 56 | 241 | 104 | 107 | 0 | 72 | 45 | 203 | 70 | 51 |
| Binary | 101110 | 10100001 | 1000100 | 1000111 | 0 | 111010 | 100101 | 10000011 | 111000 | 101001 |
Color Harmonies of #2EA144
Complementary color
Monochromatic Colors of #2EA144
Black with #2EA144
Text Example
Text Example
White with #2EA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA144; }
p { color: rgb(46,161,68); }
H1.HeaderClassName
{
color: #2EA144;
}
.AnyTagClassName
{
color: #2EA144;
}
</style>
background-color css
<style>
a { background-color: #2EA144; }
a { background-color: rgb(46,161,68); }
div.DivClassName
{
background-color: #2EA144;
}
.BgClassName
{
background-color: #2EA144;
}
</style>
border-color css
<style>
span { border-color: #2EA144; }
span { border-color: rgb(46,161,68); }
td.TdClassName
{
border-color: #2EA144;
}
.TagClassName
{
border-color: #2EA144;
}
</style>