Shades of Hunter Green #2F603D
Tints of Hunter Green #2F603D
RGB
CMYK
RGB Variations
Color information
#2F603D (or 0x2F603D) is known color: Hunter Green. HEX triplet: 2F, 60 and 3D. RGB value is (47,96,61). Sum of RGB (Red+Green+Blue) = 47+96+61=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #2F603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F603D is #D09FC2. Grayscale: #4D4D4D. Windows color (decimal): -13672387 or 4022319. OLE color: 4022319.
HSL color Cylindrical-coordinate representation of color #2F603D: hue angle of 137.14º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F603D is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 61 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.62 |
| HSL | 137.14º | 0.34% | 0.28% | - |
| HSV(B) | 137.14º | 0.51% | 0.38% | - |
| XYZ | 6.2 | 9.31 | 5.88 | - |
| YUV | 77.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 61 | 0.51 | 0 | 0.36 | 0.62 | 137.14 | 0.34 | 0.28 |
| Hex | 2F | 60 | 3D | 33 | 0 | 24 | 3E | 89 | 22 | 1C |
| Octal | 57 | 140 | 75 | 63 | 0 | 44 | 76 | 211 | 42 | 34 |
| Binary | 101111 | 1100000 | 111101 | 110011 | 0 | 100100 | 111110 | 10001001 | 100010 | 11100 |
Color Harmonies of #2F603D
Complementary color
Monochromatic Colors of #2F603D
Black with #2F603D
Text Example
Text Example
White with #2F603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F603D; }
p { color: rgb(47,96,61); }
H1.HeaderClassName
{
color: #2F603D;
}
.AnyTagClassName
{
color: #2F603D;
}
</style>
background-color css
<style>
a { background-color: #2F603D; }
a { background-color: rgb(47,96,61); }
div.DivClassName
{
background-color: #2F603D;
}
.BgClassName
{
background-color: #2F603D;
}
</style>
border-color css
<style>
span { border-color: #2F603D; }
span { border-color: rgb(47,96,61); }
td.TdClassName
{
border-color: #2F603D;
}
.TagClassName
{
border-color: #2F603D;
}
</style>