Shades of Chateau Green #2EB94D
Tints of Chateau Green #2EB94D
RGB
CMYK
RGB Variations
Color information
#2EB94D (or 0x2EB94D) is known color: Chateau Green. HEX triplet: 2E, B9 and 4D. RGB value is (46,185,77). Sum of RGB (Red+Green+Blue) = 46+185+77=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB94D is #D146B2. Grayscale: #838383. Windows color (decimal): -13715123 or 5093678. OLE color: 5093678.
HSL color Cylindrical-coordinate representation of color #2EB94D: hue angle of 133.38º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB94D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 77 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.27 |
| HSL | 133.38º | 0.6% | 0.45% | - |
| HSV(B) | 133.38º | 0.75% | 0.73% | - |
| XYZ | 19.82 | 35.81 | 12.89 | - |
| YUV | 131.13 | 97.45 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 77 | 0.75 | 0 | 0.58 | 0.27 | 133.38 | 0.6 | 0.45 |
| Hex | 2E | B9 | 4D | 4B | 0 | 3A | 1B | 85 | 3C | 2D |
| Octal | 56 | 271 | 115 | 113 | 0 | 72 | 33 | 205 | 74 | 55 |
| Binary | 101110 | 10111001 | 1001101 | 1001011 | 0 | 111010 | 11011 | 10000101 | 111100 | 101101 |
Color Harmonies of #2EB94D
Complementary color
Monochromatic Colors of #2EB94D
Black with #2EB94D
Text Example
Text Example
White with #2EB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB94D; }
p { color: rgb(46,185,77); }
H1.HeaderClassName
{
color: #2EB94D;
}
.AnyTagClassName
{
color: #2EB94D;
}
</style>
background-color css
<style>
a { background-color: #2EB94D; }
a { background-color: rgb(46,185,77); }
div.DivClassName
{
background-color: #2EB94D;
}
.BgClassName
{
background-color: #2EB94D;
}
</style>
border-color css
<style>
span { border-color: #2EB94D; }
span { border-color: rgb(46,185,77); }
td.TdClassName
{
border-color: #2EB94D;
}
.TagClassName
{
border-color: #2EB94D;
}
</style>