Shades of Chateau Green #2EB350
Tints of Chateau Green #2EB350
RGB
CMYK
RGB Variations
Color information
#2EB350 (or 0x2EB350) is known color: Chateau Green. HEX triplet: 2E, B3 and 50. RGB value is (46,179,80). Sum of RGB (Red+Green+Blue) = 46+179+80=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB350 is #D14CAF. Grayscale: #808080. Windows color (decimal): -13716656 or 5288750. OLE color: 5288750.
HSL color Cylindrical-coordinate representation of color #2EB350: hue angle of 135.34º 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 #2EB350 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 80 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.30 |
| HSL | 135.34º | 0.59% | 0.44% | - |
| HSV(B) | 135.34º | 0.74% | 0.7% | - |
| XYZ | 18.69 | 33.4 | 13.05 | - |
| YUV | 127.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 80 | 0.74 | 0 | 0.55 | 0.30 | 135.34 | 0.59 | 0.44 |
| Hex | 2E | B3 | 50 | 4A | 0 | 37 | 1E | 87 | 3B | 2C |
| Octal | 56 | 263 | 120 | 112 | 0 | 67 | 36 | 207 | 73 | 54 |
| Binary | 101110 | 10110011 | 1010000 | 1001010 | 0 | 110111 | 11110 | 10000111 | 111011 | 101100 |
Color Harmonies of #2EB350
Complementary color
Monochromatic Colors of #2EB350
Black with #2EB350
Text Example
Text Example
White with #2EB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB350; }
p { color: rgb(46,179,80); }
H1.HeaderClassName
{
color: #2EB350;
}
.AnyTagClassName
{
color: #2EB350;
}
</style>
background-color css
<style>
a { background-color: #2EB350; }
a { background-color: rgb(46,179,80); }
div.DivClassName
{
background-color: #2EB350;
}
.BgClassName
{
background-color: #2EB350;
}
</style>
border-color css
<style>
span { border-color: #2EB350; }
span { border-color: rgb(46,179,80); }
td.TdClassName
{
border-color: #2EB350;
}
.TagClassName
{
border-color: #2EB350;
}
</style>