Shades of Hunter Green #2F6839
Tints of Hunter Green #2F6839
RGB
CMYK
RGB Variations
Color information
#2F6839 (or 0x2F6839) is known color: Hunter Green. HEX triplet: 2F, 68 and 39. RGB value is (47,104,57). Sum of RGB (Red+Green+Blue) = 47+104+57=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6839 is #D097C6. Grayscale: #515151. Windows color (decimal): -13670343 or 3762223. OLE color: 3762223.
HSL color Cylindrical-coordinate representation of color #2F6839: hue angle of 130.53º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6839 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 57 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.59 |
| HSL | 130.53º | 0.38% | 0.3% | - |
| HSV(B) | 130.53º | 0.55% | 0.41% | - |
| XYZ | 6.86 | 10.8 | 5.59 | - |
| YUV | 81.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 57 | 0.55 | 0 | 0.45 | 0.59 | 130.53 | 0.38 | 0.3 |
| Hex | 2F | 68 | 39 | 37 | 0 | 2D | 3B | 83 | 26 | 1E |
| Octal | 57 | 150 | 71 | 67 | 0 | 55 | 73 | 203 | 46 | 36 |
| Binary | 101111 | 1101000 | 111001 | 110111 | 0 | 101101 | 111011 | 10000011 | 100110 | 11110 |
Color Harmonies of #2F6839
Complementary color
Monochromatic Colors of #2F6839
Black with #2F6839
Text Example
Text Example
White with #2F6839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6839; }
p { color: rgb(47,104,57); }
H1.HeaderClassName
{
color: #2F6839;
}
.AnyTagClassName
{
color: #2F6839;
}
</style>
background-color css
<style>
a { background-color: #2F6839; }
a { background-color: rgb(47,104,57); }
div.DivClassName
{
background-color: #2F6839;
}
.BgClassName
{
background-color: #2F6839;
}
</style>
border-color css
<style>
span { border-color: #2F6839; }
span { border-color: rgb(47,104,57); }
td.TdClassName
{
border-color: #2F6839;
}
.TagClassName
{
border-color: #2F6839;
}
</style>