Shades of Hunter Green #2D603B
Tints of Hunter Green #2D603B
RGB
CMYK
RGB Variations
Color information
#2D603B (or 0x2D603B) is known color: Hunter Green. HEX triplet: 2D, 60 and 3B. RGB value is (45,96,59). Sum of RGB (Red+Green+Blue) = 45+96+59=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603B is #D29FC4. Grayscale: #4C4C4C. Windows color (decimal): -13803461 or 3891245. OLE color: 3891245.
HSL color Cylindrical-coordinate representation of color #2D603B: hue angle of 136.47º 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 #2D603B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 59 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.62 |
| HSL | 136.47º | 0.36% | 0.28% | - |
| HSV(B) | 136.47º | 0.53% | 0.38% | - |
| XYZ | 6.05 | 9.24 | 5.6 | - |
| YUV | 76.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 59 | 0.53 | 0 | 0.39 | 0.62 | 136.47 | 0.36 | 0.28 |
| Hex | 2D | 60 | 3B | 35 | 0 | 27 | 3E | 88 | 24 | 1C |
| Octal | 55 | 140 | 73 | 65 | 0 | 47 | 76 | 210 | 44 | 34 |
| Binary | 101101 | 1100000 | 111011 | 110101 | 0 | 100111 | 111110 | 10001000 | 100100 | 11100 |
Color Harmonies of #2D603B
Complementary color
Monochromatic Colors of #2D603B
Black with #2D603B
Text Example
Text Example
White with #2D603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D603B; }
p { color: rgb(45,96,59); }
H1.HeaderClassName
{
color: #2D603B;
}
.AnyTagClassName
{
color: #2D603B;
}
</style>
background-color css
<style>
a { background-color: #2D603B; }
a { background-color: rgb(45,96,59); }
div.DivClassName
{
background-color: #2D603B;
}
.BgClassName
{
background-color: #2D603B;
}
</style>
border-color css
<style>
span { border-color: #2D603B; }
span { border-color: rgb(45,96,59); }
td.TdClassName
{
border-color: #2D603B;
}
.TagClassName
{
border-color: #2D603B;
}
</style>