Shades of Hunter Green #2D5F3A
Tints of Hunter Green #2D5F3A
RGB
CMYK
RGB Variations
Color information
#2D5F3A (or 0x2D5F3A) is known color: Hunter Green. HEX triplet: 2D, 5F and 3A. RGB value is (45,95,58). Sum of RGB (Red+Green+Blue) = 45+95+58=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F3A is #D2A0C5. Grayscale: #4B4B4B. Windows color (decimal): -13803718 or 3825453. OLE color: 3825453.
HSL color Cylindrical-coordinate representation of color #2D5F3A: hue angle of 135.6º 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 #2D5F3A is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 58 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.63 |
| HSL | 135.6º | 0.36% | 0.27% | - |
| HSV(B) | 135.6º | 0.53% | 0.37% | - |
| XYZ | 5.94 | 9.05 | 5.44 | - |
| YUV | 75.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 58 | 0.53 | 0 | 0.39 | 0.63 | 135.6 | 0.36 | 0.27 |
| Hex | 2D | 5F | 3A | 35 | 0 | 27 | 3F | 88 | 24 | 1B |
| Octal | 55 | 137 | 72 | 65 | 0 | 47 | 77 | 210 | 44 | 33 |
| Binary | 101101 | 1011111 | 111010 | 110101 | 0 | 100111 | 111111 | 10001000 | 100100 | 11011 |
Color Harmonies of #2D5F3A
Complementary color
Monochromatic Colors of #2D5F3A
Black with #2D5F3A
Text Example
Text Example
White with #2D5F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F3A; }
p { color: rgb(45,95,58); }
H1.HeaderClassName
{
color: #2D5F3A;
}
.AnyTagClassName
{
color: #2D5F3A;
}
</style>
background-color css
<style>
a { background-color: #2D5F3A; }
a { background-color: rgb(45,95,58); }
div.DivClassName
{
background-color: #2D5F3A;
}
.BgClassName
{
background-color: #2D5F3A;
}
</style>
border-color css
<style>
span { border-color: #2D5F3A; }
span { border-color: rgb(45,95,58); }
td.TdClassName
{
border-color: #2D5F3A;
}
.TagClassName
{
border-color: #2D5F3A;
}
</style>