Shades of Chateau Green #2EA145
Tints of Chateau Green #2EA145
RGB
CMYK
RGB Variations
Color information
#2EA145 (or 0x2EA145) is known color: Chateau Green. HEX triplet: 2E, A1 and 45. RGB value is (46,161,69). Sum of RGB (Red+Green+Blue) = 46+161+69=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA145 is #D15EBA. Grayscale: #747474. Windows color (decimal): -13721275 or 4563246. OLE color: 4563246.
HSL color Cylindrical-coordinate representation of color #2EA145: hue angle of 132º 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 #2EA145 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 69 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.37 |
| HSL | 132º | 0.56% | 0.41% | - |
| HSV(B) | 132º | 0.71% | 0.63% | - |
| XYZ | 14.95 | 26.5 | 9.96 | - |
| YUV | 116.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 69 | 0.71 | 0 | 0.57 | 0.37 | 132 | 0.56 | 0.41 |
| Hex | 2E | A1 | 45 | 47 | 0 | 39 | 25 | 84 | 38 | 29 |
| Octal | 56 | 241 | 105 | 107 | 0 | 71 | 45 | 204 | 70 | 51 |
| Binary | 101110 | 10100001 | 1000101 | 1000111 | 0 | 111001 | 100101 | 10000100 | 111000 | 101001 |
Color Harmonies of #2EA145
Complementary color
Monochromatic Colors of #2EA145
Black with #2EA145
Text Example
Text Example
White with #2EA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA145; }
p { color: rgb(46,161,69); }
H1.HeaderClassName
{
color: #2EA145;
}
.AnyTagClassName
{
color: #2EA145;
}
</style>
background-color css
<style>
a { background-color: #2EA145; }
a { background-color: rgb(46,161,69); }
div.DivClassName
{
background-color: #2EA145;
}
.BgClassName
{
background-color: #2EA145;
}
</style>
border-color css
<style>
span { border-color: #2EA145; }
span { border-color: rgb(46,161,69); }
td.TdClassName
{
border-color: #2EA145;
}
.TagClassName
{
border-color: #2EA145;
}
</style>