Shades of Hunter Green #2F6A3B
Tints of Hunter Green #2F6A3B
RGB
CMYK
RGB Variations
Color information
#2F6A3B (or 0x2F6A3B) is known color: Hunter Green. HEX triplet: 2F, 6A and 3B. RGB value is (47,106,59). Sum of RGB (Red+Green+Blue) = 47+106+59=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6A3B is #D095C4. Grayscale: #535353. Windows color (decimal): -13669829 or 3893807. OLE color: 3893807.
HSL color Cylindrical-coordinate representation of color #2F6A3B: hue angle of 132.2º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6A3B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 106 | 59 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.58 |
| HSL | 132.2º | 0.39% | 0.3% | - |
| HSV(B) | 132.2º | 0.56% | 0.42% | - |
| XYZ | 7.12 | 11.23 | 5.93 | - |
| YUV | 83 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 106 | 59 | 0.56 | 0 | 0.44 | 0.58 | 132.2 | 0.39 | 0.3 |
| Hex | 2F | 6A | 3B | 38 | 0 | 2C | 3A | 84 | 27 | 1E |
| Octal | 57 | 152 | 73 | 70 | 0 | 54 | 72 | 204 | 47 | 36 |
| Binary | 101111 | 1101010 | 111011 | 111000 | 0 | 101100 | 111010 | 10000100 | 100111 | 11110 |
Color Harmonies of #2F6A3B
Complementary color
Monochromatic Colors of #2F6A3B
Black with #2F6A3B
Text Example
Text Example
White with #2F6A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6A3B; }
p { color: rgb(47,106,59); }
H1.HeaderClassName
{
color: #2F6A3B;
}
.AnyTagClassName
{
color: #2F6A3B;
}
</style>
background-color css
<style>
a { background-color: #2F6A3B; }
a { background-color: rgb(47,106,59); }
div.DivClassName
{
background-color: #2F6A3B;
}
.BgClassName
{
background-color: #2F6A3B;
}
</style>
border-color css
<style>
span { border-color: #2F6A3B; }
span { border-color: rgb(47,106,59); }
td.TdClassName
{
border-color: #2F6A3B;
}
.TagClassName
{
border-color: #2F6A3B;
}
</style>