Shades of Chateau Green #2EA754
Tints of Chateau Green #2EA754
RGB
CMYK
RGB Variations
Color information
#2EA754 (or 0x2EA754) is known color: Chateau Green. HEX triplet: 2E, A7 and 54. RGB value is (46,167,84). Sum of RGB (Red+Green+Blue) = 46+167+84=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA754 is #D158AB. Grayscale: #797979. Windows color (decimal): -13719724 or 5547822. OLE color: 5547822.
HSL color Cylindrical-coordinate representation of color #2EA754: hue angle of 138.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA754 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 167 | 84 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.35 |
| HSL | 138.84º | 0.57% | 0.42% | - |
| HSV(B) | 138.84º | 0.72% | 0.65% | - |
| XYZ | 16.55 | 28.86 | 13.09 | - |
| YUV | 121.36 | 106.91 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 84 | 0.72 | 0 | 0.50 | 0.35 | 138.84 | 0.57 | 0.42 |
| Hex | 2E | A7 | 54 | 48 | 0 | 32 | 23 | 8B | 39 | 2A |
| Octal | 56 | 247 | 124 | 110 | 0 | 62 | 43 | 213 | 71 | 52 |
| Binary | 101110 | 10100111 | 1010100 | 1001000 | 0 | 110010 | 100011 | 10001011 | 111001 | 101010 |
Color Harmonies of #2EA754
Complementary color
Monochromatic Colors of #2EA754
Black with #2EA754
Text Example
Text Example
White with #2EA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA754; }
p { color: rgb(46,167,84); }
H1.HeaderClassName
{
color: #2EA754;
}
.AnyTagClassName
{
color: #2EA754;
}
</style>
background-color css
<style>
a { background-color: #2EA754; }
a { background-color: rgb(46,167,84); }
div.DivClassName
{
background-color: #2EA754;
}
.BgClassName
{
background-color: #2EA754;
}
</style>
border-color css
<style>
span { border-color: #2EA754; }
span { border-color: rgb(46,167,84); }
td.TdClassName
{
border-color: #2EA754;
}
.TagClassName
{
border-color: #2EA754;
}
</style>