Shades of Chateau Green #2EAA53
Tints of Chateau Green #2EAA53
RGB
CMYK
RGB Variations
Color information
#2EAA53 (or 0x2EAA53) is known color: Chateau Green. HEX triplet: 2E, AA and 53. RGB value is (46,170,83). Sum of RGB (Red+Green+Blue) = 46+170+83=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA53 is #D155AC. Grayscale: #7B7B7B. Windows color (decimal): -13718957 or 5483054. OLE color: 5483054.
HSL color Cylindrical-coordinate representation of color #2EAA53: hue angle of 137.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA53 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 83 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.33 |
| HSL | 137.9º | 0.57% | 0.42% | - |
| HSV(B) | 137.9º | 0.73% | 0.67% | - |
| XYZ | 17.06 | 29.95 | 13.07 | - |
| YUV | 123.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 83 | 0.73 | 0 | 0.51 | 0.33 | 137.9 | 0.57 | 0.42 |
| Hex | 2E | AA | 53 | 49 | 0 | 33 | 21 | 8A | 39 | 2A |
| Octal | 56 | 252 | 123 | 111 | 0 | 63 | 41 | 212 | 71 | 52 |
| Binary | 101110 | 10101010 | 1010011 | 1001001 | 0 | 110011 | 100001 | 10001010 | 111001 | 101010 |
Color Harmonies of #2EAA53
Complementary color
Monochromatic Colors of #2EAA53
Black with #2EAA53
Text Example
Text Example
White with #2EAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA53; }
p { color: rgb(46,170,83); }
H1.HeaderClassName
{
color: #2EAA53;
}
.AnyTagClassName
{
color: #2EAA53;
}
</style>
background-color css
<style>
a { background-color: #2EAA53; }
a { background-color: rgb(46,170,83); }
div.DivClassName
{
background-color: #2EAA53;
}
.BgClassName
{
background-color: #2EAA53;
}
</style>
border-color css
<style>
span { border-color: #2EAA53; }
span { border-color: rgb(46,170,83); }
td.TdClassName
{
border-color: #2EAA53;
}
.TagClassName
{
border-color: #2EAA53;
}
</style>