Shades of Hunter Green #2F643E
Tints of Hunter Green #2F643E
RGB
CMYK
RGB Variations
Color information
#2F643E (or 0x2F643E) is known color: Hunter Green. HEX triplet: 2F, 64 and 3E. RGB value is (47,100,62). Sum of RGB (Red+Green+Blue) = 47+100+62=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #2F643E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F643E is #D09BC1. Grayscale: #4F4F4F. Windows color (decimal): -13671362 or 4088879. OLE color: 4088879.
HSL color Cylindrical-coordinate representation of color #2F643E: hue angle of 136.98º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F643E is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 62 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.61 |
| HSL | 136.98º | 0.36% | 0.29% | - |
| HSV(B) | 136.98º | 0.53% | 0.39% | - |
| XYZ | 6.6 | 10.07 | 6.15 | - |
| YUV | 79.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 62 | 0.53 | 0 | 0.38 | 0.61 | 136.98 | 0.36 | 0.29 |
| Hex | 2F | 64 | 3E | 35 | 0 | 26 | 3D | 89 | 24 | 1D |
| Octal | 57 | 144 | 76 | 65 | 0 | 46 | 75 | 211 | 44 | 35 |
| Binary | 101111 | 1100100 | 111110 | 110101 | 0 | 100110 | 111101 | 10001001 | 100100 | 11101 |
Color Harmonies of #2F643E
Complementary color
Monochromatic Colors of #2F643E
Black with #2F643E
Text Example
Text Example
White with #2F643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F643E; }
p { color: rgb(47,100,62); }
H1.HeaderClassName
{
color: #2F643E;
}
.AnyTagClassName
{
color: #2F643E;
}
</style>
background-color css
<style>
a { background-color: #2F643E; }
a { background-color: rgb(47,100,62); }
div.DivClassName
{
background-color: #2F643E;
}
.BgClassName
{
background-color: #2F643E;
}
</style>
border-color css
<style>
span { border-color: #2F643E; }
span { border-color: rgb(47,100,62); }
td.TdClassName
{
border-color: #2F643E;
}
.TagClassName
{
border-color: #2F643E;
}
</style>