Shades of Hunter Green #2E603B
Tints of Hunter Green #2E603B
RGB
CMYK
RGB Variations
Color information
#2E603B (or 0x2E603B) is known color: Hunter Green. HEX triplet: 2E, 60 and 3B. RGB value is (46,96,59). Sum of RGB (Red+Green+Blue) = 46+96+59=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #2E603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E603B is #D19FC4. Grayscale: #4C4C4C. Windows color (decimal): -13737925 or 3891246. OLE color: 3891246.
HSL color Cylindrical-coordinate representation of color #2E603B: hue angle of 135.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E603B is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 59 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.62 |
| HSL | 135.6º | 0.35% | 0.28% | - |
| HSV(B) | 135.6º | 0.52% | 0.38% | - |
| XYZ | 6.1 | 9.26 | 5.6 | - |
| YUV | 76.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 59 | 0.52 | 0 | 0.39 | 0.62 | 135.6 | 0.35 | 0.28 |
| Hex | 2E | 60 | 3B | 34 | 0 | 27 | 3E | 88 | 23 | 1C |
| Octal | 56 | 140 | 73 | 64 | 0 | 47 | 76 | 210 | 43 | 34 |
| Binary | 101110 | 1100000 | 111011 | 110100 | 0 | 100111 | 111110 | 10001000 | 100011 | 11100 |
Color Harmonies of #2E603B
Complementary color
Monochromatic Colors of #2E603B
Black with #2E603B
Text Example
Text Example
White with #2E603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E603B; }
p { color: rgb(46,96,59); }
H1.HeaderClassName
{
color: #2E603B;
}
.AnyTagClassName
{
color: #2E603B;
}
</style>
background-color css
<style>
a { background-color: #2E603B; }
a { background-color: rgb(46,96,59); }
div.DivClassName
{
background-color: #2E603B;
}
.BgClassName
{
background-color: #2E603B;
}
</style>
border-color css
<style>
span { border-color: #2E603B; }
span { border-color: rgb(46,96,59); }
td.TdClassName
{
border-color: #2E603B;
}
.TagClassName
{
border-color: #2E603B;
}
</style>