Shades of Hunter Green #2E6139
Tints of Hunter Green #2E6139
RGB
CMYK
RGB Variations
Color information
#2E6139 (or 0x2E6139) is known color: Hunter Green. HEX triplet: 2E, 61 and 39. RGB value is (46,97,57). Sum of RGB (Red+Green+Blue) = 46+97+57=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6139 is #D19EC6. Grayscale: #4D4D4D. Windows color (decimal): -13737671 or 3760430. OLE color: 3760430.
HSL color Cylindrical-coordinate representation of color #2E6139: hue angle of 132.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6139 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 57 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.62 |
| HSL | 132.94º | 0.36% | 0.28% | - |
| HSV(B) | 132.94º | 0.53% | 0.38% | - |
| XYZ | 6.14 | 9.43 | 5.37 | - |
| YUV | 77.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 57 | 0.53 | 0 | 0.41 | 0.62 | 132.94 | 0.36 | 0.28 |
| Hex | 2E | 61 | 39 | 35 | 0 | 29 | 3E | 85 | 24 | 1C |
| Octal | 56 | 141 | 71 | 65 | 0 | 51 | 76 | 205 | 44 | 34 |
| Binary | 101110 | 1100001 | 111001 | 110101 | 0 | 101001 | 111110 | 10000101 | 100100 | 11100 |
Color Harmonies of #2E6139
Complementary color
Monochromatic Colors of #2E6139
Black with #2E6139
Text Example
Text Example
White with #2E6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6139; }
p { color: rgb(46,97,57); }
H1.HeaderClassName
{
color: #2E6139;
}
.AnyTagClassName
{
color: #2E6139;
}
</style>
background-color css
<style>
a { background-color: #2E6139; }
a { background-color: rgb(46,97,57); }
div.DivClassName
{
background-color: #2E6139;
}
.BgClassName
{
background-color: #2E6139;
}
</style>
border-color css
<style>
span { border-color: #2E6139; }
span { border-color: rgb(46,97,57); }
td.TdClassName
{
border-color: #2E6139;
}
.TagClassName
{
border-color: #2E6139;
}
</style>