Shades of Chateau Green #2E983E
Tints of Chateau Green #2E983E
RGB
CMYK
RGB Variations
Color information
#2E983E (or 0x2E983E) is known color: Chateau Green. HEX triplet: 2E, 98 and 3E. RGB value is (46,152,62). Sum of RGB (Red+Green+Blue) = 46+152+62=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #2E983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E983E is #D167C1. Grayscale: #6E6E6E. Windows color (decimal): -13723586 or 4102190. OLE color: 4102190.
HSL color Cylindrical-coordinate representation of color #2E983E: hue angle of 129.06º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E983E is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 152 | 62 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.40 |
| HSL | 129.06º | 0.54% | 0.39% | - |
| HSV(B) | 129.06º | 0.7% | 0.6% | - |
| XYZ | 13.22 | 23.39 | 8.37 | - |
| YUV | 110.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 62 | 0.70 | 0 | 0.59 | 0.40 | 129.06 | 0.54 | 0.39 |
| Hex | 2E | 98 | 3E | 46 | 0 | 3B | 28 | 81 | 36 | 27 |
| Octal | 56 | 230 | 76 | 106 | 0 | 73 | 50 | 201 | 66 | 47 |
| Binary | 101110 | 10011000 | 111110 | 1000110 | 0 | 111011 | 101000 | 10000001 | 110110 | 100111 |
Color Harmonies of #2E983E
Complementary color
Monochromatic Colors of #2E983E
Black with #2E983E
Text Example
Text Example
White with #2E983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E983E; }
p { color: rgb(46,152,62); }
H1.HeaderClassName
{
color: #2E983E;
}
.AnyTagClassName
{
color: #2E983E;
}
</style>
background-color css
<style>
a { background-color: #2E983E; }
a { background-color: rgb(46,152,62); }
div.DivClassName
{
background-color: #2E983E;
}
.BgClassName
{
background-color: #2E983E;
}
</style>
border-color css
<style>
span { border-color: #2E983E; }
span { border-color: rgb(46,152,62); }
td.TdClassName
{
border-color: #2E983E;
}
.TagClassName
{
border-color: #2E983E;
}
</style>