Shades of Chateau Green #2EB84C
Tints of Chateau Green #2EB84C
RGB
CMYK
RGB Variations
Color information
#2EB84C (or 0x2EB84C) is known color: Chateau Green. HEX triplet: 2E, B8 and 4C. RGB value is (46,184,76). Sum of RGB (Red+Green+Blue) = 46+184+76=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB84C is #D147B3. Grayscale: #828282. Windows color (decimal): -13715380 or 5027886. OLE color: 5027886.
HSL color Cylindrical-coordinate representation of color #2EB84C: hue angle of 133.04º 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 #2EB84C is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 76 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.28 |
| HSL | 133.04º | 0.6% | 0.45% | - |
| HSV(B) | 133.04º | 0.75% | 0.72% | - |
| XYZ | 19.57 | 35.38 | 12.64 | - |
| YUV | 130.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 76 | 0.75 | 0 | 0.59 | 0.28 | 133.04 | 0.6 | 0.45 |
| Hex | 2E | B8 | 4C | 4B | 0 | 3B | 1C | 85 | 3C | 2D |
| Octal | 56 | 270 | 114 | 113 | 0 | 73 | 34 | 205 | 74 | 55 |
| Binary | 101110 | 10111000 | 1001100 | 1001011 | 0 | 111011 | 11100 | 10000101 | 111100 | 101101 |
Color Harmonies of #2EB84C
Complementary color
Monochromatic Colors of #2EB84C
Black with #2EB84C
Text Example
Text Example
White with #2EB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB84C; }
p { color: rgb(46,184,76); }
H1.HeaderClassName
{
color: #2EB84C;
}
.AnyTagClassName
{
color: #2EB84C;
}
</style>
background-color css
<style>
a { background-color: #2EB84C; }
a { background-color: rgb(46,184,76); }
div.DivClassName
{
background-color: #2EB84C;
}
.BgClassName
{
background-color: #2EB84C;
}
</style>
border-color css
<style>
span { border-color: #2EB84C; }
span { border-color: rgb(46,184,76); }
td.TdClassName
{
border-color: #2EB84C;
}
.TagClassName
{
border-color: #2EB84C;
}
</style>