Shades of Hunter Green #2F5E3B
Tints of Hunter Green #2F5E3B
RGB
CMYK
RGB Variations
Color information
#2F5E3B (or 0x2F5E3B) is known color: Hunter Green. HEX triplet: 2F, 5E and 3B. RGB value is (47,94,59). Sum of RGB (Red+Green+Blue) = 47+94+59=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5E3B is #D0A1C4. Grayscale: #4C4C4C. Windows color (decimal): -13672901 or 3890735. OLE color: 3890735.
HSL color Cylindrical-coordinate representation of color #2F5E3B: hue angle of 135.32º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E3B is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 94 | 59 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.63 |
| HSL | 135.32º | 0.33% | 0.28% | - |
| HSV(B) | 135.32º | 0.5% | 0.37% | - |
| XYZ | 5.96 | 8.93 | 5.55 | - |
| YUV | 75.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 59 | 0.5 | 0 | 0.37 | 0.63 | 135.32 | 0.33 | 0.28 |
| Hex | 2F | 5E | 3B | 32 | 0 | 25 | 3F | 87 | 21 | 1C |
| Octal | 57 | 136 | 73 | 62 | 0 | 45 | 77 | 207 | 41 | 34 |
| Binary | 101111 | 1011110 | 111011 | 110010 | 0 | 100101 | 111111 | 10000111 | 100001 | 11100 |
Color Harmonies of #2F5E3B
Complementary color
Monochromatic Colors of #2F5E3B
Black with #2F5E3B
Text Example
Text Example
White with #2F5E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5E3B; }
p { color: rgb(47,94,59); }
H1.HeaderClassName
{
color: #2F5E3B;
}
.AnyTagClassName
{
color: #2F5E3B;
}
</style>
background-color css
<style>
a { background-color: #2F5E3B; }
a { background-color: rgb(47,94,59); }
div.DivClassName
{
background-color: #2F5E3B;
}
.BgClassName
{
background-color: #2F5E3B;
}
</style>
border-color css
<style>
span { border-color: #2F5E3B; }
span { border-color: rgb(47,94,59); }
td.TdClassName
{
border-color: #2F5E3B;
}
.TagClassName
{
border-color: #2F5E3B;
}
</style>