Shades of Hunter Green #2F663B
Tints of Hunter Green #2F663B
RGB
CMYK
RGB Variations
Color information
#2F663B (or 0x2F663B) is known color: Hunter Green. HEX triplet: 2F, 66 and 3B. RGB value is (47,102,59). Sum of RGB (Red+Green+Blue) = 47+102+59=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #2F663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F663B is #D099C4. Grayscale: #505050. Windows color (decimal): -13670853 or 3892783. OLE color: 3892783.
HSL color Cylindrical-coordinate representation of color #2F663B: hue angle of 133.09º 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 #2F663B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 59 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.6 |
| HSL | 133.09º | 0.37% | 0.29% | - |
| HSV(B) | 133.09º | 0.54% | 0.4% | - |
| XYZ | 6.71 | 10.42 | 5.8 | - |
| YUV | 80.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 59 | 0.54 | 0 | 0.42 | 0.6 | 133.09 | 0.37 | 0.29 |
| Hex | 2F | 66 | 3B | 36 | 0 | 2A | 3C | 85 | 25 | 1D |
| Octal | 57 | 146 | 73 | 66 | 0 | 52 | 74 | 205 | 45 | 35 |
| Binary | 101111 | 1100110 | 111011 | 110110 | 0 | 101010 | 111100 | 10000101 | 100101 | 11101 |
Color Harmonies of #2F663B
Complementary color
Monochromatic Colors of #2F663B
Black with #2F663B
Text Example
Text Example
White with #2F663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F663B; }
p { color: rgb(47,102,59); }
H1.HeaderClassName
{
color: #2F663B;
}
.AnyTagClassName
{
color: #2F663B;
}
</style>
background-color css
<style>
a { background-color: #2F663B; }
a { background-color: rgb(47,102,59); }
div.DivClassName
{
background-color: #2F663B;
}
.BgClassName
{
background-color: #2F663B;
}
</style>
border-color css
<style>
span { border-color: #2F663B; }
span { border-color: rgb(47,102,59); }
td.TdClassName
{
border-color: #2F663B;
}
.TagClassName
{
border-color: #2F663B;
}
</style>