Shades of Chateau Green #2EA24D
Tints of Chateau Green #2EA24D
RGB
CMYK
RGB Variations
Color information
#2EA24D (or 0x2EA24D) is known color: Chateau Green. HEX triplet: 2E, A2 and 4D. RGB value is (46,162,77). Sum of RGB (Red+Green+Blue) = 46+162+77=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA24D is #D15DB2. Grayscale: #757575. Windows color (decimal): -13721011 or 5087790. OLE color: 5087790.
HSL color Cylindrical-coordinate representation of color #2EA24D: hue angle of 136.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA24D is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 162 | 77 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.36 |
| HSL | 136.03º | 0.56% | 0.41% | - |
| HSV(B) | 136.03º | 0.72% | 0.64% | - |
| XYZ | 15.39 | 26.96 | 11.41 | - |
| YUV | 117.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 77 | 0.72 | 0 | 0.52 | 0.36 | 136.03 | 0.56 | 0.41 |
| Hex | 2E | A2 | 4D | 48 | 0 | 34 | 24 | 88 | 38 | 29 |
| Octal | 56 | 242 | 115 | 110 | 0 | 64 | 44 | 210 | 70 | 51 |
| Binary | 101110 | 10100010 | 1001101 | 1001000 | 0 | 110100 | 100100 | 10001000 | 111000 | 101001 |
Color Harmonies of #2EA24D
Complementary color
Monochromatic Colors of #2EA24D
Black with #2EA24D
Text Example
Text Example
White with #2EA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA24D; }
p { color: rgb(46,162,77); }
H1.HeaderClassName
{
color: #2EA24D;
}
.AnyTagClassName
{
color: #2EA24D;
}
</style>
background-color css
<style>
a { background-color: #2EA24D; }
a { background-color: rgb(46,162,77); }
div.DivClassName
{
background-color: #2EA24D;
}
.BgClassName
{
background-color: #2EA24D;
}
</style>
border-color css
<style>
span { border-color: #2EA24D; }
span { border-color: rgb(46,162,77); }
td.TdClassName
{
border-color: #2EA24D;
}
.TagClassName
{
border-color: #2EA24D;
}
</style>