Shades of Hunter Green #2F653A
Tints of Hunter Green #2F653A
RGB
CMYK
RGB Variations
Color information
#2F653A (or 0x2F653A) is known color: Hunter Green. HEX triplet: 2F, 65 and 3A. RGB value is (47,101,58). Sum of RGB (Red+Green+Blue) = 47+101+58=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #2F653A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F653A is #D09AC5. Grayscale: #505050. Windows color (decimal): -13671110 or 3826991. OLE color: 3826991.
HSL color Cylindrical-coordinate representation of color #2F653A: hue angle of 132.22º 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 #2F653A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 58 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.60 |
| HSL | 132.22º | 0.36% | 0.29% | - |
| HSV(B) | 132.22º | 0.53% | 0.4% | - |
| XYZ | 6.59 | 10.22 | 5.63 | - |
| YUV | 79.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 58 | 0.53 | 0 | 0.43 | 0.60 | 132.22 | 0.36 | 0.29 |
| Hex | 2F | 65 | 3A | 35 | 0 | 2B | 3C | 84 | 24 | 1D |
| Octal | 57 | 145 | 72 | 65 | 0 | 53 | 74 | 204 | 44 | 35 |
| Binary | 101111 | 1100101 | 111010 | 110101 | 0 | 101011 | 111100 | 10000100 | 100100 | 11101 |
Color Harmonies of #2F653A
Complementary color
Monochromatic Colors of #2F653A
Black with #2F653A
Text Example
Text Example
White with #2F653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F653A; }
p { color: rgb(47,101,58); }
H1.HeaderClassName
{
color: #2F653A;
}
.AnyTagClassName
{
color: #2F653A;
}
</style>
background-color css
<style>
a { background-color: #2F653A; }
a { background-color: rgb(47,101,58); }
div.DivClassName
{
background-color: #2F653A;
}
.BgClassName
{
background-color: #2F653A;
}
</style>
border-color css
<style>
span { border-color: #2F653A; }
span { border-color: rgb(47,101,58); }
td.TdClassName
{
border-color: #2F653A;
}
.TagClassName
{
border-color: #2F653A;
}
</style>