Shades of Hunter Green #2F613D
Tints of Hunter Green #2F613D
RGB
CMYK
RGB Variations
Color information
#2F613D (or 0x2F613D) is known color: Hunter Green. HEX triplet: 2F, 61 and 3D. RGB value is (47,97,61). Sum of RGB (Red+Green+Blue) = 47+97+61=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #2F613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F613D is #D09EC2. Grayscale: #4E4E4E. Windows color (decimal): -13672131 or 4022575. OLE color: 4022575.
HSL color Cylindrical-coordinate representation of color #2F613D: hue angle of 136.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F613D is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 61 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.62 |
| HSL | 136.8º | 0.35% | 0.28% | - |
| HSV(B) | 136.8º | 0.52% | 0.38% | - |
| XYZ | 6.29 | 9.49 | 5.92 | - |
| YUV | 77.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 61 | 0.52 | 0 | 0.37 | 0.62 | 136.8 | 0.35 | 0.28 |
| Hex | 2F | 61 | 3D | 34 | 0 | 25 | 3E | 89 | 23 | 1C |
| Octal | 57 | 141 | 75 | 64 | 0 | 45 | 76 | 211 | 43 | 34 |
| Binary | 101111 | 1100001 | 111101 | 110100 | 0 | 100101 | 111110 | 10001001 | 100011 | 11100 |
Color Harmonies of #2F613D
Complementary color
Monochromatic Colors of #2F613D
Black with #2F613D
Text Example
Text Example
White with #2F613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F613D; }
p { color: rgb(47,97,61); }
H1.HeaderClassName
{
color: #2F613D;
}
.AnyTagClassName
{
color: #2F613D;
}
</style>
background-color css
<style>
a { background-color: #2F613D; }
a { background-color: rgb(47,97,61); }
div.DivClassName
{
background-color: #2F613D;
}
.BgClassName
{
background-color: #2F613D;
}
</style>
border-color css
<style>
span { border-color: #2F613D; }
span { border-color: rgb(47,97,61); }
td.TdClassName
{
border-color: #2F613D;
}
.TagClassName
{
border-color: #2F613D;
}
</style>