Shades of Hunter Green #2F663A
Tints of Hunter Green #2F663A
RGB
CMYK
RGB Variations
Color information
#2F663A (or 0x2F663A) is known color: Hunter Green. HEX triplet: 2F, 66 and 3A. RGB value is (47,102,58). Sum of RGB (Red+Green+Blue) = 47+102+58=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #2F663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F663A is #D099C5. Grayscale: #505050. Windows color (decimal): -13670854 or 3827247. OLE color: 3827247.
HSL color Cylindrical-coordinate representation of color #2F663A: hue angle of 132º 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 #2F663A is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 58 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.6 |
| HSL | 132º | 0.37% | 0.29% | - |
| HSV(B) | 132º | 0.54% | 0.4% | - |
| XYZ | 6.69 | 10.41 | 5.66 | - |
| YUV | 80.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 58 | 0.54 | 0 | 0.43 | 0.6 | 132 | 0.37 | 0.29 |
| Hex | 2F | 66 | 3A | 36 | 0 | 2B | 3C | 84 | 25 | 1D |
| Octal | 57 | 146 | 72 | 66 | 0 | 53 | 74 | 204 | 45 | 35 |
| Binary | 101111 | 1100110 | 111010 | 110110 | 0 | 101011 | 111100 | 10000100 | 100101 | 11101 |
Color Harmonies of #2F663A
Complementary color
Monochromatic Colors of #2F663A
Black with #2F663A
Text Example
Text Example
White with #2F663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F663A; }
p { color: rgb(47,102,58); }
H1.HeaderClassName
{
color: #2F663A;
}
.AnyTagClassName
{
color: #2F663A;
}
</style>
background-color css
<style>
a { background-color: #2F663A; }
a { background-color: rgb(47,102,58); }
div.DivClassName
{
background-color: #2F663A;
}
.BgClassName
{
background-color: #2F663A;
}
</style>
border-color css
<style>
span { border-color: #2F663A; }
span { border-color: rgb(47,102,58); }
td.TdClassName
{
border-color: #2F663A;
}
.TagClassName
{
border-color: #2F663A;
}
</style>