Shades of Hunter Green #2D5F39
Tints of Hunter Green #2D5F39
RGB
CMYK
RGB Variations
Color information
#2D5F39 (or 0x2D5F39) is known color: Hunter Green. HEX triplet: 2D, 5F and 39. RGB value is (45,95,57). Sum of RGB (Red+Green+Blue) = 45+95+57=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F39 is #D2A0C6. Grayscale: #4B4B4B. Windows color (decimal): -13803719 or 3759917. OLE color: 3759917.
HSL color Cylindrical-coordinate representation of color #2D5F39: hue angle of 134.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F39 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 57 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.63 |
| HSL | 134.4º | 0.36% | 0.27% | - |
| HSV(B) | 134.4º | 0.53% | 0.37% | - |
| XYZ | 5.91 | 9.04 | 5.3 | - |
| YUV | 75.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 57 | 0.53 | 0 | 0.40 | 0.63 | 134.4 | 0.36 | 0.27 |
| Hex | 2D | 5F | 39 | 35 | 0 | 28 | 3F | 86 | 24 | 1B |
| Octal | 55 | 137 | 71 | 65 | 0 | 50 | 77 | 206 | 44 | 33 |
| Binary | 101101 | 1011111 | 111001 | 110101 | 0 | 101000 | 111111 | 10000110 | 100100 | 11011 |
Color Harmonies of #2D5F39
Complementary color
Monochromatic Colors of #2D5F39
Black with #2D5F39
Text Example
Text Example
White with #2D5F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F39; }
p { color: rgb(45,95,57); }
H1.HeaderClassName
{
color: #2D5F39;
}
.AnyTagClassName
{
color: #2D5F39;
}
</style>
background-color css
<style>
a { background-color: #2D5F39; }
a { background-color: rgb(45,95,57); }
div.DivClassName
{
background-color: #2D5F39;
}
.BgClassName
{
background-color: #2D5F39;
}
</style>
border-color css
<style>
span { border-color: #2D5F39; }
span { border-color: rgb(45,95,57); }
td.TdClassName
{
border-color: #2D5F39;
}
.TagClassName
{
border-color: #2D5F39;
}
</style>