Shades of Hunter Green #2F623C
Tints of Hunter Green #2F623C
RGB
CMYK
RGB Variations
Color information
#2F623C (or 0x2F623C) is known color: Hunter Green. HEX triplet: 2F, 62 and 3C. RGB value is (47,98,60). Sum of RGB (Red+Green+Blue) = 47+98+60=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #2F623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F623C is #D09DC3. Grayscale: #4E4E4E. Windows color (decimal): -13671876 or 3957295. OLE color: 3957295.
HSL color Cylindrical-coordinate representation of color #2F623C: hue angle of 135.29º 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 #2F623C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 60 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.62 |
| HSL | 135.29º | 0.35% | 0.28% | - |
| HSV(B) | 135.29º | 0.52% | 0.38% | - |
| XYZ | 6.36 | 9.67 | 5.81 | - |
| YUV | 78.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 60 | 0.52 | 0 | 0.39 | 0.62 | 135.29 | 0.35 | 0.28 |
| Hex | 2F | 62 | 3C | 34 | 0 | 27 | 3E | 87 | 23 | 1C |
| Octal | 57 | 142 | 74 | 64 | 0 | 47 | 76 | 207 | 43 | 34 |
| Binary | 101111 | 1100010 | 111100 | 110100 | 0 | 100111 | 111110 | 10000111 | 100011 | 11100 |
Color Harmonies of #2F623C
Complementary color
Monochromatic Colors of #2F623C
Black with #2F623C
Text Example
Text Example
White with #2F623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F623C; }
p { color: rgb(47,98,60); }
H1.HeaderClassName
{
color: #2F623C;
}
.AnyTagClassName
{
color: #2F623C;
}
</style>
background-color css
<style>
a { background-color: #2F623C; }
a { background-color: rgb(47,98,60); }
div.DivClassName
{
background-color: #2F623C;
}
.BgClassName
{
background-color: #2F623C;
}
</style>
border-color css
<style>
span { border-color: #2F623C; }
span { border-color: rgb(47,98,60); }
td.TdClassName
{
border-color: #2F623C;
}
.TagClassName
{
border-color: #2F623C;
}
</style>