Shades of Hunter Green #2F5D3B
Tints of Hunter Green #2F5D3B
RGB
CMYK
RGB Variations
Color information
#2F5D3B (or 0x2F5D3B) is known color: Hunter Green. HEX triplet: 2F, 5D and 3B. RGB value is (47,93,59). Sum of RGB (Red+Green+Blue) = 47+93+59=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D3B is #D0A2C4. Grayscale: #4B4B4B. Windows color (decimal): -13673157 or 3890479. OLE color: 3890479.
HSL color Cylindrical-coordinate representation of color #2F5D3B: hue angle of 135.65º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D3B is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 59 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.64 |
| HSL | 135.65º | 0.33% | 0.27% | - |
| HSV(B) | 135.65º | 0.49% | 0.36% | - |
| XYZ | 5.88 | 8.75 | 5.52 | - |
| YUV | 75.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 59 | 0.49 | 0 | 0.37 | 0.64 | 135.65 | 0.33 | 0.27 |
| Hex | 2F | 5D | 3B | 31 | 0 | 25 | 40 | 88 | 21 | 1B |
| Octal | 57 | 135 | 73 | 61 | 0 | 45 | 100 | 210 | 41 | 33 |
| Binary | 101111 | 1011101 | 111011 | 110001 | 0 | 100101 | 1000000 | 10001000 | 100001 | 11011 |
Color Harmonies of #2F5D3B
Complementary color
Monochromatic Colors of #2F5D3B
Black with #2F5D3B
Text Example
Text Example
White with #2F5D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D3B; }
p { color: rgb(47,93,59); }
H1.HeaderClassName
{
color: #2F5D3B;
}
.AnyTagClassName
{
color: #2F5D3B;
}
</style>
background-color css
<style>
a { background-color: #2F5D3B; }
a { background-color: rgb(47,93,59); }
div.DivClassName
{
background-color: #2F5D3B;
}
.BgClassName
{
background-color: #2F5D3B;
}
</style>
border-color css
<style>
span { border-color: #2F5D3B; }
span { border-color: rgb(47,93,59); }
td.TdClassName
{
border-color: #2F5D3B;
}
.TagClassName
{
border-color: #2F5D3B;
}
</style>