Shades of Hunter Green #305838
Tints of Hunter Green #305838
RGB
CMYK
RGB Variations
Color information
#305838 (or 0x305838) is known color: Hunter Green. HEX triplet: 30, 58 and 38. RGB value is (48,88,56). Sum of RGB (Red+Green+Blue) = 48+88+56=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #305838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305838 is #CFA7C7. Grayscale: #484848. Windows color (decimal): -13608904 or 3692592. OLE color: 3692592.
HSL color Cylindrical-coordinate representation of color #305838: hue angle of 132º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305838 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 56 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.65 |
| HSL | 132º | 0.29% | 0.27% | - |
| HSV(B) | 132º | 0.45% | 0.35% | - |
| XYZ | 5.42 | 7.89 | 4.98 | - |
| YUV | 72.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 56 | 0.45 | 0 | 0.36 | 0.65 | 132 | 0.29 | 0.27 |
| Hex | 30 | 58 | 38 | 2D | 0 | 24 | 41 | 84 | 1D | 1B |
| Octal | 60 | 130 | 70 | 55 | 0 | 44 | 101 | 204 | 35 | 33 |
| Binary | 110000 | 1011000 | 111000 | 101101 | 0 | 100100 | 1000001 | 10000100 | 11101 | 11011 |
Color Harmonies of #305838
Complementary color
Monochromatic Colors of #305838
Black with #305838
Text Example
Text Example
White with #305838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305838; }
p { color: rgb(48,88,56); }
H1.HeaderClassName
{
color: #305838;
}
.AnyTagClassName
{
color: #305838;
}
</style>
background-color css
<style>
a { background-color: #305838; }
a { background-color: rgb(48,88,56); }
div.DivClassName
{
background-color: #305838;
}
.BgClassName
{
background-color: #305838;
}
</style>
border-color css
<style>
span { border-color: #305838; }
span { border-color: rgb(48,88,56); }
td.TdClassName
{
border-color: #305838;
}
.TagClassName
{
border-color: #305838;
}
</style>