Shades of Hunter Green #2F663C
Tints of Hunter Green #2F663C
RGB
CMYK
RGB Variations
Color information
#2F663C (or 0x2F663C) is known color: Hunter Green. HEX triplet: 2F, 66 and 3C. RGB value is (47,102,60). Sum of RGB (Red+Green+Blue) = 47+102+60=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #2F663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F663C is #D099C3. Grayscale: #505050. Windows color (decimal): -13670852 or 3958319. OLE color: 3958319.
HSL color Cylindrical-coordinate representation of color #2F663C: hue angle of 134.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F663C is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 60 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.6 |
| HSL | 134.18º | 0.37% | 0.29% | - |
| HSV(B) | 134.18º | 0.54% | 0.4% | - |
| XYZ | 6.74 | 10.43 | 5.93 | - |
| YUV | 80.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 60 | 0.54 | 0 | 0.41 | 0.6 | 134.18 | 0.37 | 0.29 |
| Hex | 2F | 66 | 3C | 36 | 0 | 29 | 3C | 86 | 25 | 1D |
| Octal | 57 | 146 | 74 | 66 | 0 | 51 | 74 | 206 | 45 | 35 |
| Binary | 101111 | 1100110 | 111100 | 110110 | 0 | 101001 | 111100 | 10000110 | 100101 | 11101 |
Color Harmonies of #2F663C
Complementary color
Monochromatic Colors of #2F663C
Black with #2F663C
Text Example
Text Example
White with #2F663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F663C; }
p { color: rgb(47,102,60); }
H1.HeaderClassName
{
color: #2F663C;
}
.AnyTagClassName
{
color: #2F663C;
}
</style>
background-color css
<style>
a { background-color: #2F663C; }
a { background-color: rgb(47,102,60); }
div.DivClassName
{
background-color: #2F663C;
}
.BgClassName
{
background-color: #2F663C;
}
</style>
border-color css
<style>
span { border-color: #2F663C; }
span { border-color: rgb(47,102,60); }
td.TdClassName
{
border-color: #2F663C;
}
.TagClassName
{
border-color: #2F663C;
}
</style>