Shades of Hunter Green #2F653B
Tints of Hunter Green #2F653B
RGB
CMYK
RGB Variations
Color information
#2F653B (or 0x2F653B) is known color: Hunter Green. HEX triplet: 2F, 65 and 3B. RGB value is (47,101,59). Sum of RGB (Red+Green+Blue) = 47+101+59=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #2F653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F653B is #D09AC4. Grayscale: #505050. Windows color (decimal): -13671109 or 3892527. OLE color: 3892527.
HSL color Cylindrical-coordinate representation of color #2F653B: hue angle of 133.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F653B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 59 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.60 |
| HSL | 133.33º | 0.36% | 0.29% | - |
| HSV(B) | 133.33º | 0.53% | 0.4% | - |
| XYZ | 6.62 | 10.23 | 5.76 | - |
| YUV | 80.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 59 | 0.53 | 0 | 0.42 | 0.60 | 133.33 | 0.36 | 0.29 |
| Hex | 2F | 65 | 3B | 35 | 0 | 2A | 3C | 85 | 24 | 1D |
| Octal | 57 | 145 | 73 | 65 | 0 | 52 | 74 | 205 | 44 | 35 |
| Binary | 101111 | 1100101 | 111011 | 110101 | 0 | 101010 | 111100 | 10000101 | 100100 | 11101 |
Color Harmonies of #2F653B
Complementary color
Monochromatic Colors of #2F653B
Black with #2F653B
Text Example
Text Example
White with #2F653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F653B; }
p { color: rgb(47,101,59); }
H1.HeaderClassName
{
color: #2F653B;
}
.AnyTagClassName
{
color: #2F653B;
}
</style>
background-color css
<style>
a { background-color: #2F653B; }
a { background-color: rgb(47,101,59); }
div.DivClassName
{
background-color: #2F653B;
}
.BgClassName
{
background-color: #2F653B;
}
</style>
border-color css
<style>
span { border-color: #2F653B; }
span { border-color: rgb(47,101,59); }
td.TdClassName
{
border-color: #2F653B;
}
.TagClassName
{
border-color: #2F653B;
}
</style>