Shades of Chateau Green #2EAA4D
Tints of Chateau Green #2EAA4D
RGB
CMYK
RGB Variations
Color information
#2EAA4D (or 0x2EAA4D) is known color: Chateau Green. HEX triplet: 2E, AA and 4D. RGB value is (46,170,77). Sum of RGB (Red+Green+Blue) = 46+170+77=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA4D is #D155B2. Grayscale: #7A7A7A. Windows color (decimal): -13718963 or 5089838. OLE color: 5089838.
HSL color Cylindrical-coordinate representation of color #2EAA4D: hue angle of 135º 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 #2EAA4D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 77 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.33 |
| HSL | 135º | 0.57% | 0.42% | - |
| HSV(B) | 135º | 0.73% | 0.67% | - |
| XYZ | 16.84 | 29.87 | 11.9 | - |
| YUV | 122.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 77 | 0.73 | 0 | 0.55 | 0.33 | 135 | 0.57 | 0.42 |
| Hex | 2E | AA | 4D | 49 | 0 | 37 | 21 | 87 | 39 | 2A |
| Octal | 56 | 252 | 115 | 111 | 0 | 67 | 41 | 207 | 71 | 52 |
| Binary | 101110 | 10101010 | 1001101 | 1001001 | 0 | 110111 | 100001 | 10000111 | 111001 | 101010 |
Color Harmonies of #2EAA4D
Complementary color
Monochromatic Colors of #2EAA4D
Black with #2EAA4D
Text Example
Text Example
White with #2EAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA4D; }
p { color: rgb(46,170,77); }
H1.HeaderClassName
{
color: #2EAA4D;
}
.AnyTagClassName
{
color: #2EAA4D;
}
</style>
background-color css
<style>
a { background-color: #2EAA4D; }
a { background-color: rgb(46,170,77); }
div.DivClassName
{
background-color: #2EAA4D;
}
.BgClassName
{
background-color: #2EAA4D;
}
</style>
border-color css
<style>
span { border-color: #2EAA4D; }
span { border-color: rgb(46,170,77); }
td.TdClassName
{
border-color: #2EAA4D;
}
.TagClassName
{
border-color: #2EAA4D;
}
</style>