Shades of Hunter Green #2F673B
Tints of Hunter Green #2F673B
RGB
CMYK
RGB Variations
Color information
#2F673B (or 0x2F673B) is known color: Hunter Green. HEX triplet: 2F, 67 and 3B. RGB value is (47,103,59). Sum of RGB (Red+Green+Blue) = 47+103+59=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #2F673B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F673B is #D098C4. Grayscale: #515151. Windows color (decimal): -13670597 or 3893039. OLE color: 3893039.
HSL color Cylindrical-coordinate representation of color #2F673B: hue angle of 132.86º 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 #2F673B is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 59 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.60 |
| HSL | 132.86º | 0.37% | 0.29% | - |
| HSV(B) | 132.86º | 0.54% | 0.4% | - |
| XYZ | 6.81 | 10.62 | 5.83 | - |
| YUV | 81.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 59 | 0.54 | 0 | 0.43 | 0.60 | 132.86 | 0.37 | 0.29 |
| Hex | 2F | 67 | 3B | 36 | 0 | 2B | 3C | 85 | 25 | 1D |
| Octal | 57 | 147 | 73 | 66 | 0 | 53 | 74 | 205 | 45 | 35 |
| Binary | 101111 | 1100111 | 111011 | 110110 | 0 | 101011 | 111100 | 10000101 | 100101 | 11101 |
Color Harmonies of #2F673B
Complementary color
Monochromatic Colors of #2F673B
Black with #2F673B
Text Example
Text Example
White with #2F673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F673B; }
p { color: rgb(47,103,59); }
H1.HeaderClassName
{
color: #2F673B;
}
.AnyTagClassName
{
color: #2F673B;
}
</style>
background-color css
<style>
a { background-color: #2F673B; }
a { background-color: rgb(47,103,59); }
div.DivClassName
{
background-color: #2F673B;
}
.BgClassName
{
background-color: #2F673B;
}
</style>
border-color css
<style>
span { border-color: #2F673B; }
span { border-color: rgb(47,103,59); }
td.TdClassName
{
border-color: #2F673B;
}
.TagClassName
{
border-color: #2F673B;
}
</style>