Shades of Chateau Green #2EAA4C
Tints of Chateau Green #2EAA4C
RGB
CMYK
RGB Variations
Color information
#2EAA4C (or 0x2EAA4C) is known color: Chateau Green. HEX triplet: 2E, AA and 4C. RGB value is (46,170,76). Sum of RGB (Red+Green+Blue) = 46+170+76=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA4C is #D155B3. Grayscale: #7A7A7A. Windows color (decimal): -13718964 or 5024302. OLE color: 5024302.
HSL color Cylindrical-coordinate representation of color #2EAA4C: hue angle of 134.52º 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 #2EAA4C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 76 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.33 |
| HSL | 134.52º | 0.57% | 0.42% | - |
| HSV(B) | 134.52º | 0.73% | 0.67% | - |
| XYZ | 16.81 | 29.85 | 11.71 | - |
| YUV | 122.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 76 | 0.73 | 0 | 0.55 | 0.33 | 134.52 | 0.57 | 0.42 |
| Hex | 2E | AA | 4C | 49 | 0 | 37 | 21 | 87 | 39 | 2A |
| Octal | 56 | 252 | 114 | 111 | 0 | 67 | 41 | 207 | 71 | 52 |
| Binary | 101110 | 10101010 | 1001100 | 1001001 | 0 | 110111 | 100001 | 10000111 | 111001 | 101010 |
Color Harmonies of #2EAA4C
Complementary color
Monochromatic Colors of #2EAA4C
Black with #2EAA4C
Text Example
Text Example
White with #2EAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA4C; }
p { color: rgb(46,170,76); }
H1.HeaderClassName
{
color: #2EAA4C;
}
.AnyTagClassName
{
color: #2EAA4C;
}
</style>
background-color css
<style>
a { background-color: #2EAA4C; }
a { background-color: rgb(46,170,76); }
div.DivClassName
{
background-color: #2EAA4C;
}
.BgClassName
{
background-color: #2EAA4C;
}
</style>
border-color css
<style>
span { border-color: #2EAA4C; }
span { border-color: rgb(46,170,76); }
td.TdClassName
{
border-color: #2EAA4C;
}
.TagClassName
{
border-color: #2EAA4C;
}
</style>