Shades of Chateau Green #2E993F
Tints of Chateau Green #2E993F
RGB
CMYK
RGB Variations
Color information
#2E993F (or 0x2E993F) is known color: Chateau Green. HEX triplet: 2E, 99 and 3F. RGB value is (46,153,63). Sum of RGB (Red+Green+Blue) = 46+153+63=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #2E993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E993F is #D166C0. Grayscale: #6F6F6F. Windows color (decimal): -13723329 or 4167982. OLE color: 4167982.
HSL color Cylindrical-coordinate representation of color #2E993F: hue angle of 129.53º 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 #2E993F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 63 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.4 |
| HSL | 129.53º | 0.54% | 0.39% | - |
| HSV(B) | 129.53º | 0.7% | 0.6% | - |
| XYZ | 13.42 | 23.72 | 8.57 | - |
| YUV | 110.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 63 | 0.70 | 0 | 0.59 | 0.4 | 129.53 | 0.54 | 0.39 |
| Hex | 2E | 99 | 3F | 46 | 0 | 3B | 28 | 82 | 36 | 27 |
| Octal | 56 | 231 | 77 | 106 | 0 | 73 | 50 | 202 | 66 | 47 |
| Binary | 101110 | 10011001 | 111111 | 1000110 | 0 | 111011 | 101000 | 10000010 | 110110 | 100111 |
Color Harmonies of #2E993F
Complementary color
Monochromatic Colors of #2E993F
Black with #2E993F
Text Example
Text Example
White with #2E993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E993F; }
p { color: rgb(46,153,63); }
H1.HeaderClassName
{
color: #2E993F;
}
.AnyTagClassName
{
color: #2E993F;
}
</style>
background-color css
<style>
a { background-color: #2E993F; }
a { background-color: rgb(46,153,63); }
div.DivClassName
{
background-color: #2E993F;
}
.BgClassName
{
background-color: #2E993F;
}
</style>
border-color css
<style>
span { border-color: #2E993F; }
span { border-color: rgb(46,153,63); }
td.TdClassName
{
border-color: #2E993F;
}
.TagClassName
{
border-color: #2E993F;
}
</style>