Shades of Hunter Green #2D6839
Tints of Hunter Green #2D6839
RGB
CMYK
RGB Variations
Color information
#2D6839 (or 0x2D6839) is known color: Hunter Green. HEX triplet: 2D, 68 and 39. RGB value is (45,104,57). Sum of RGB (Red+Green+Blue) = 45+104+57=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6839 is #D297C6. Grayscale: #515151. Windows color (decimal): -13801415 or 3762221. OLE color: 3762221.
HSL color Cylindrical-coordinate representation of color #2D6839: hue angle of 132.2º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6839 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 57 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.59 |
| HSL | 132.2º | 0.4% | 0.29% | - |
| HSV(B) | 132.2º | 0.57% | 0.41% | - |
| XYZ | 6.77 | 10.75 | 5.59 | - |
| YUV | 81 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 57 | 0.57 | 0 | 0.45 | 0.59 | 132.2 | 0.4 | 0.29 |
| Hex | 2D | 68 | 39 | 39 | 0 | 2D | 3B | 84 | 28 | 1D |
| Octal | 55 | 150 | 71 | 71 | 0 | 55 | 73 | 204 | 50 | 35 |
| Binary | 101101 | 1101000 | 111001 | 111001 | 0 | 101101 | 111011 | 10000100 | 101000 | 11101 |
Color Harmonies of #2D6839
Complementary color
Monochromatic Colors of #2D6839
Black with #2D6839
Text Example
Text Example
White with #2D6839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6839; }
p { color: rgb(45,104,57); }
H1.HeaderClassName
{
color: #2D6839;
}
.AnyTagClassName
{
color: #2D6839;
}
</style>
background-color css
<style>
a { background-color: #2D6839; }
a { background-color: rgb(45,104,57); }
div.DivClassName
{
background-color: #2D6839;
}
.BgClassName
{
background-color: #2D6839;
}
</style>
border-color css
<style>
span { border-color: #2D6839; }
span { border-color: rgb(45,104,57); }
td.TdClassName
{
border-color: #2D6839;
}
.TagClassName
{
border-color: #2D6839;
}
</style>