Shades of Hunter Green #2E643B
Tints of Hunter Green #2E643B
RGB
CMYK
RGB Variations
Color information
#2E643B (or 0x2E643B) is known color: Hunter Green. HEX triplet: 2E, 64 and 3B. RGB value is (46,100,59). Sum of RGB (Red+Green+Blue) = 46+100+59=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #2E643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E643B is #D19BC4. Grayscale: #4F4F4F. Windows color (decimal): -13736901 or 3892270. OLE color: 3892270.
HSL color Cylindrical-coordinate representation of color #2E643B: hue angle of 134.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E643B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 59 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.61 |
| HSL | 134.44º | 0.37% | 0.29% | - |
| HSV(B) | 134.44º | 0.54% | 0.39% | - |
| XYZ | 6.47 | 10.01 | 5.73 | - |
| YUV | 79.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 59 | 0.54 | 0 | 0.41 | 0.61 | 134.44 | 0.37 | 0.29 |
| Hex | 2E | 64 | 3B | 36 | 0 | 29 | 3D | 86 | 25 | 1D |
| Octal | 56 | 144 | 73 | 66 | 0 | 51 | 75 | 206 | 45 | 35 |
| Binary | 101110 | 1100100 | 111011 | 110110 | 0 | 101001 | 111101 | 10000110 | 100101 | 11101 |
Color Harmonies of #2E643B
Complementary color
Monochromatic Colors of #2E643B
Black with #2E643B
Text Example
Text Example
White with #2E643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E643B; }
p { color: rgb(46,100,59); }
H1.HeaderClassName
{
color: #2E643B;
}
.AnyTagClassName
{
color: #2E643B;
}
</style>
background-color css
<style>
a { background-color: #2E643B; }
a { background-color: rgb(46,100,59); }
div.DivClassName
{
background-color: #2E643B;
}
.BgClassName
{
background-color: #2E643B;
}
</style>
border-color css
<style>
span { border-color: #2E643B; }
span { border-color: rgb(46,100,59); }
td.TdClassName
{
border-color: #2E643B;
}
.TagClassName
{
border-color: #2E643B;
}
</style>