Shades of Chateau Green #2EAD54
Tints of Chateau Green #2EAD54
RGB
CMYK
RGB Variations
Color information
#2EAD54 (or 0x2EAD54) is known color: Chateau Green. HEX triplet: 2E, AD and 54. RGB value is (46,173,84). Sum of RGB (Red+Green+Blue) = 46+173+84=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD54 is #D152AB. Grayscale: #7D7D7D. Windows color (decimal): -13718188 or 5549358. OLE color: 5549358.
HSL color Cylindrical-coordinate representation of color #2EAD54: hue angle of 137.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD54 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 84 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.32 |
| HSL | 137.95º | 0.58% | 0.43% | - |
| HSV(B) | 137.95º | 0.73% | 0.68% | - |
| XYZ | 17.67 | 31.11 | 13.46 | - |
| YUV | 124.88 | 104.92 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 84 | 0.73 | 0 | 0.51 | 0.32 | 137.95 | 0.58 | 0.43 |
| Hex | 2E | AD | 54 | 49 | 0 | 33 | 20 | 8A | 3A | 2B |
| Octal | 56 | 255 | 124 | 111 | 0 | 63 | 40 | 212 | 72 | 53 |
| Binary | 101110 | 10101101 | 1010100 | 1001001 | 0 | 110011 | 100000 | 10001010 | 111010 | 101011 |
Color Harmonies of #2EAD54
Complementary color
Monochromatic Colors of #2EAD54
Black with #2EAD54
Text Example
Text Example
White with #2EAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAD54; }
p { color: rgb(46,173,84); }
H1.HeaderClassName
{
color: #2EAD54;
}
.AnyTagClassName
{
color: #2EAD54;
}
</style>
background-color css
<style>
a { background-color: #2EAD54; }
a { background-color: rgb(46,173,84); }
div.DivClassName
{
background-color: #2EAD54;
}
.BgClassName
{
background-color: #2EAD54;
}
</style>
border-color css
<style>
span { border-color: #2EAD54; }
span { border-color: rgb(46,173,84); }
td.TdClassName
{
border-color: #2EAD54;
}
.TagClassName
{
border-color: #2EAD54;
}
</style>