Shades of Hunter Green #2D6039
Tints of Hunter Green #2D6039
RGB
CMYK
RGB Variations
Color information
#2D6039 (or 0x2D6039) is known color: Hunter Green. HEX triplet: 2D, 60 and 39. RGB value is (45,96,57). Sum of RGB (Red+Green+Blue) = 45+96+57=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6039 is #D29FC6. Grayscale: #4C4C4C. Windows color (decimal): -13803463 or 3760173. OLE color: 3760173.
HSL color Cylindrical-coordinate representation of color #2D6039: hue angle of 134.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6039 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 57 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.62 |
| HSL | 134.12º | 0.36% | 0.28% | - |
| HSV(B) | 134.12º | 0.53% | 0.38% | - |
| XYZ | 6 | 9.22 | 5.33 | - |
| YUV | 76.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 57 | 0.53 | 0 | 0.41 | 0.62 | 134.12 | 0.36 | 0.28 |
| Hex | 2D | 60 | 39 | 35 | 0 | 29 | 3E | 86 | 24 | 1C |
| Octal | 55 | 140 | 71 | 65 | 0 | 51 | 76 | 206 | 44 | 34 |
| Binary | 101101 | 1100000 | 111001 | 110101 | 0 | 101001 | 111110 | 10000110 | 100100 | 11100 |
Color Harmonies of #2D6039
Complementary color
Monochromatic Colors of #2D6039
Black with #2D6039
Text Example
Text Example
White with #2D6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6039; }
p { color: rgb(45,96,57); }
H1.HeaderClassName
{
color: #2D6039;
}
.AnyTagClassName
{
color: #2D6039;
}
</style>
background-color css
<style>
a { background-color: #2D6039; }
a { background-color: rgb(45,96,57); }
div.DivClassName
{
background-color: #2D6039;
}
.BgClassName
{
background-color: #2D6039;
}
</style>
border-color css
<style>
span { border-color: #2D6039; }
span { border-color: rgb(45,96,57); }
td.TdClassName
{
border-color: #2D6039;
}
.TagClassName
{
border-color: #2D6039;
}
</style>