Shades of Chateau Green #2EB84A
Tints of Chateau Green #2EB84A
RGB
CMYK
RGB Variations
Color information
#2EB84A (or 0x2EB84A) is known color: Chateau Green. HEX triplet: 2E, B8 and 4A. RGB value is (46,184,74). Sum of RGB (Red+Green+Blue) = 46+184+74=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB84A is #D147B5. Grayscale: #828282. Windows color (decimal): -13715382 or 4896814. OLE color: 4896814.
HSL color Cylindrical-coordinate representation of color #2EB84A: hue angle of 132.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB84A is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 74 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.28 |
| HSL | 132.17º | 0.6% | 0.45% | - |
| HSV(B) | 132.17º | 0.75% | 0.72% | - |
| XYZ | 19.5 | 35.36 | 12.28 | - |
| YUV | 130.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 74 | 0.75 | 0 | 0.60 | 0.28 | 132.17 | 0.6 | 0.45 |
| Hex | 2E | B8 | 4A | 4B | 0 | 3C | 1C | 84 | 3C | 2D |
| Octal | 56 | 270 | 112 | 113 | 0 | 74 | 34 | 204 | 74 | 55 |
| Binary | 101110 | 10111000 | 1001010 | 1001011 | 0 | 111100 | 11100 | 10000100 | 111100 | 101101 |
Color Harmonies of #2EB84A
Complementary color
Monochromatic Colors of #2EB84A
Black with #2EB84A
Text Example
Text Example
White with #2EB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB84A; }
p { color: rgb(46,184,74); }
H1.HeaderClassName
{
color: #2EB84A;
}
.AnyTagClassName
{
color: #2EB84A;
}
</style>
background-color css
<style>
a { background-color: #2EB84A; }
a { background-color: rgb(46,184,74); }
div.DivClassName
{
background-color: #2EB84A;
}
.BgClassName
{
background-color: #2EB84A;
}
</style>
border-color css
<style>
span { border-color: #2EB84A; }
span { border-color: rgb(46,184,74); }
td.TdClassName
{
border-color: #2EB84A;
}
.TagClassName
{
border-color: #2EB84A;
}
</style>