Shades of Hunter Green #2E603A
Tints of Hunter Green #2E603A
RGB
CMYK
RGB Variations
Color information
#2E603A (or 0x2E603A) is known color: Hunter Green. HEX triplet: 2E, 60 and 3A. RGB value is (46,96,58). Sum of RGB (Red+Green+Blue) = 46+96+58=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #2E603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E603A is #D19FC5. Grayscale: #4C4C4C. Windows color (decimal): -13737926 or 3825710. OLE color: 3825710.
HSL color Cylindrical-coordinate representation of color #2E603A: hue angle of 134.4º 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 #2E603A is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 58 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.62 |
| HSL | 134.4º | 0.35% | 0.28% | - |
| HSV(B) | 134.4º | 0.52% | 0.38% | - |
| XYZ | 6.07 | 9.25 | 5.47 | - |
| YUV | 76.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 58 | 0.52 | 0 | 0.40 | 0.62 | 134.4 | 0.35 | 0.28 |
| Hex | 2E | 60 | 3A | 34 | 0 | 28 | 3E | 86 | 23 | 1C |
| Octal | 56 | 140 | 72 | 64 | 0 | 50 | 76 | 206 | 43 | 34 |
| Binary | 101110 | 1100000 | 111010 | 110100 | 0 | 101000 | 111110 | 10000110 | 100011 | 11100 |
Color Harmonies of #2E603A
Complementary color
Monochromatic Colors of #2E603A
Black with #2E603A
Text Example
Text Example
White with #2E603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E603A; }
p { color: rgb(46,96,58); }
H1.HeaderClassName
{
color: #2E603A;
}
.AnyTagClassName
{
color: #2E603A;
}
</style>
background-color css
<style>
a { background-color: #2E603A; }
a { background-color: rgb(46,96,58); }
div.DivClassName
{
background-color: #2E603A;
}
.BgClassName
{
background-color: #2E603A;
}
</style>
border-color css
<style>
span { border-color: #2E603A; }
span { border-color: rgb(46,96,58); }
td.TdClassName
{
border-color: #2E603A;
}
.TagClassName
{
border-color: #2E603A;
}
</style>