Shades of Hunter Green #2D603A
Tints of Hunter Green #2D603A
RGB
CMYK
RGB Variations
Color information
#2D603A (or 0x2D603A) is known color: Hunter Green. HEX triplet: 2D, 60 and 3A. RGB value is (45,96,58). Sum of RGB (Red+Green+Blue) = 45+96+58=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603A is #D29FC5. Grayscale: #4C4C4C. Windows color (decimal): -13803462 or 3825709. OLE color: 3825709.
HSL color Cylindrical-coordinate representation of color #2D603A: hue angle of 135.29º 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 #2D603A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 58 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.62 |
| HSL | 135.29º | 0.36% | 0.28% | - |
| HSV(B) | 135.29º | 0.53% | 0.38% | - |
| XYZ | 6.03 | 9.23 | 5.47 | - |
| YUV | 76.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 58 | 0.53 | 0 | 0.40 | 0.62 | 135.29 | 0.36 | 0.28 |
| Hex | 2D | 60 | 3A | 35 | 0 | 28 | 3E | 87 | 24 | 1C |
| Octal | 55 | 140 | 72 | 65 | 0 | 50 | 76 | 207 | 44 | 34 |
| Binary | 101101 | 1100000 | 111010 | 110101 | 0 | 101000 | 111110 | 10000111 | 100100 | 11100 |
Color Harmonies of #2D603A
Complementary color
Monochromatic Colors of #2D603A
Black with #2D603A
Text Example
Text Example
White with #2D603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D603A; }
p { color: rgb(45,96,58); }
H1.HeaderClassName
{
color: #2D603A;
}
.AnyTagClassName
{
color: #2D603A;
}
</style>
background-color css
<style>
a { background-color: #2D603A; }
a { background-color: rgb(45,96,58); }
div.DivClassName
{
background-color: #2D603A;
}
.BgClassName
{
background-color: #2D603A;
}
</style>
border-color css
<style>
span { border-color: #2D603A; }
span { border-color: rgb(45,96,58); }
td.TdClassName
{
border-color: #2D603A;
}
.TagClassName
{
border-color: #2D603A;
}
</style>