Shades of Chateau Green #2EB547
Tints of Chateau Green #2EB547
RGB
CMYK
RGB Variations
Color information
#2EB547 (or 0x2EB547) is known color: Chateau Green. HEX triplet: 2E, B5 and 47. RGB value is (46,181,71). Sum of RGB (Red+Green+Blue) = 46+181+71=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB547 is #D14AB8. Grayscale: #808080. Windows color (decimal): -13716153 or 4699438. OLE color: 4699438.
HSL color Cylindrical-coordinate representation of color #2EB547: hue angle of 131.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB547 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 71 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.29 |
| HSL | 131.11º | 0.59% | 0.45% | - |
| HSV(B) | 131.11º | 0.75% | 0.71% | - |
| XYZ | 18.79 | 34.08 | 11.55 | - |
| YUV | 128.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 71 | 0.75 | 0 | 0.61 | 0.29 | 131.11 | 0.59 | 0.45 |
| Hex | 2E | B5 | 47 | 4B | 0 | 3D | 1D | 83 | 3B | 2D |
| Octal | 56 | 265 | 107 | 113 | 0 | 75 | 35 | 203 | 73 | 55 |
| Binary | 101110 | 10110101 | 1000111 | 1001011 | 0 | 111101 | 11101 | 10000011 | 111011 | 101101 |
Color Harmonies of #2EB547
Complementary color
Monochromatic Colors of #2EB547
Black with #2EB547
Text Example
Text Example
White with #2EB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB547; }
p { color: rgb(46,181,71); }
H1.HeaderClassName
{
color: #2EB547;
}
.AnyTagClassName
{
color: #2EB547;
}
</style>
background-color css
<style>
a { background-color: #2EB547; }
a { background-color: rgb(46,181,71); }
div.DivClassName
{
background-color: #2EB547;
}
.BgClassName
{
background-color: #2EB547;
}
</style>
border-color css
<style>
span { border-color: #2EB547; }
span { border-color: rgb(46,181,71); }
td.TdClassName
{
border-color: #2EB547;
}
.TagClassName
{
border-color: #2EB547;
}
</style>