Shades of Hunter Green #305E39
Tints of Hunter Green #305E39
RGB
CMYK
RGB Variations
Color information
#305E39 (or 0x305E39) is known color: Hunter Green. HEX triplet: 30, 5E and 39. RGB value is (48,94,57). Sum of RGB (Red+Green+Blue) = 48+94+57=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #305E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E39 is #CFA1C6. Grayscale: #4C4C4C. Windows color (decimal): -13607367 or 3759664. OLE color: 3759664.
HSL color Cylindrical-coordinate representation of color #305E39: hue angle of 131.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E39 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 94 | 57 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.63 |
| HSL | 131.74º | 0.32% | 0.28% | - |
| HSV(B) | 131.74º | 0.49% | 0.37% | - |
| XYZ | 5.96 | 8.93 | 5.28 | - |
| YUV | 76.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 57 | 0.49 | 0 | 0.39 | 0.63 | 131.74 | 0.32 | 0.28 |
| Hex | 30 | 5E | 39 | 31 | 0 | 27 | 3F | 84 | 20 | 1C |
| Octal | 60 | 136 | 71 | 61 | 0 | 47 | 77 | 204 | 40 | 34 |
| Binary | 110000 | 1011110 | 111001 | 110001 | 0 | 100111 | 111111 | 10000100 | 100000 | 11100 |
Color Harmonies of #305E39
Complementary color
Monochromatic Colors of #305E39
Black with #305E39
Text Example
Text Example
White with #305E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E39; }
p { color: rgb(48,94,57); }
H1.HeaderClassName
{
color: #305E39;
}
.AnyTagClassName
{
color: #305E39;
}
</style>
background-color css
<style>
a { background-color: #305E39; }
a { background-color: rgb(48,94,57); }
div.DivClassName
{
background-color: #305E39;
}
.BgClassName
{
background-color: #305E39;
}
</style>
border-color css
<style>
span { border-color: #305E39; }
span { border-color: rgb(48,94,57); }
td.TdClassName
{
border-color: #305E39;
}
.TagClassName
{
border-color: #305E39;
}
</style>