Shades of Chateau Green #2EB256
Tints of Chateau Green #2EB256
RGB
CMYK
RGB Variations
Color information
#2EB256 (or 0x2EB256) is known color: Chateau Green. HEX triplet: 2E, B2 and 56. RGB value is (46,178,86). Sum of RGB (Red+Green+Blue) = 46+178+86=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB256 is #D14DA9. Grayscale: #808080. Windows color (decimal): -13716906 or 5681710. OLE color: 5681710.
HSL color Cylindrical-coordinate representation of color #2EB256: hue angle of 138.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB256 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 86 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.30 |
| HSL | 138.18º | 0.59% | 0.44% | - |
| HSV(B) | 138.18º | 0.74% | 0.7% | - |
| XYZ | 18.73 | 33.09 | 14.2 | - |
| YUV | 128.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 86 | 0.74 | 0 | 0.52 | 0.30 | 138.18 | 0.59 | 0.44 |
| Hex | 2E | B2 | 56 | 4A | 0 | 34 | 1E | 8A | 3B | 2C |
| Octal | 56 | 262 | 126 | 112 | 0 | 64 | 36 | 212 | 73 | 54 |
| Binary | 101110 | 10110010 | 1010110 | 1001010 | 0 | 110100 | 11110 | 10001010 | 111011 | 101100 |
Color Harmonies of #2EB256
Complementary color
Monochromatic Colors of #2EB256
Black with #2EB256
Text Example
Text Example
White with #2EB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB256; }
p { color: rgb(46,178,86); }
H1.HeaderClassName
{
color: #2EB256;
}
.AnyTagClassName
{
color: #2EB256;
}
</style>
background-color css
<style>
a { background-color: #2EB256; }
a { background-color: rgb(46,178,86); }
div.DivClassName
{
background-color: #2EB256;
}
.BgClassName
{
background-color: #2EB256;
}
</style>
border-color css
<style>
span { border-color: #2EB256; }
span { border-color: rgb(46,178,86); }
td.TdClassName
{
border-color: #2EB256;
}
.TagClassName
{
border-color: #2EB256;
}
</style>