Shades of Hunter Green #2F643B
Tints of Hunter Green #2F643B
RGB
CMYK
RGB Variations
Color information
#2F643B (or 0x2F643B) is known color: Hunter Green. HEX triplet: 2F, 64 and 3B. RGB value is (47,100,59). Sum of RGB (Red+Green+Blue) = 47+100+59=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #2F643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F643B is #D09BC4. Grayscale: #4F4F4F. Windows color (decimal): -13671365 or 3892271. OLE color: 3892271.
HSL color Cylindrical-coordinate representation of color #2F643B: hue angle of 133.58º 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 #2F643B is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 59 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.61 |
| HSL | 133.58º | 0.36% | 0.29% | - |
| HSV(B) | 133.58º | 0.53% | 0.39% | - |
| XYZ | 6.52 | 10.03 | 5.73 | - |
| YUV | 79.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 59 | 0.53 | 0 | 0.41 | 0.61 | 133.58 | 0.36 | 0.29 |
| Hex | 2F | 64 | 3B | 35 | 0 | 29 | 3D | 86 | 24 | 1D |
| Octal | 57 | 144 | 73 | 65 | 0 | 51 | 75 | 206 | 44 | 35 |
| Binary | 101111 | 1100100 | 111011 | 110101 | 0 | 101001 | 111101 | 10000110 | 100100 | 11101 |
Color Harmonies of #2F643B
Complementary color
Monochromatic Colors of #2F643B
Black with #2F643B
Text Example
Text Example
White with #2F643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F643B; }
p { color: rgb(47,100,59); }
H1.HeaderClassName
{
color: #2F643B;
}
.AnyTagClassName
{
color: #2F643B;
}
</style>
background-color css
<style>
a { background-color: #2F643B; }
a { background-color: rgb(47,100,59); }
div.DivClassName
{
background-color: #2F643B;
}
.BgClassName
{
background-color: #2F643B;
}
</style>
border-color css
<style>
span { border-color: #2F643B; }
span { border-color: rgb(47,100,59); }
td.TdClassName
{
border-color: #2F643B;
}
.TagClassName
{
border-color: #2F643B;
}
</style>