Shades of Hunter Green #305D3A
Tints of Hunter Green #305D3A
RGB
CMYK
RGB Variations
Color information
#305D3A (or 0x305D3A) is known color: Hunter Green. HEX triplet: 30, 5D and 3A. RGB value is (48,93,58). Sum of RGB (Red+Green+Blue) = 48+93+58=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #305D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D3A is #CFA2C5. Grayscale: #4B4B4B. Windows color (decimal): -13607622 or 3824944. OLE color: 3824944.
HSL color Cylindrical-coordinate representation of color #305D3A: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D3A is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 58 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.64 |
| HSL | 133.33º | 0.32% | 0.28% | - |
| HSV(B) | 133.33º | 0.48% | 0.36% | - |
| XYZ | 5.9 | 8.76 | 5.38 | - |
| YUV | 75.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 58 | 0.48 | 0 | 0.38 | 0.64 | 133.33 | 0.32 | 0.28 |
| Hex | 30 | 5D | 3A | 30 | 0 | 26 | 40 | 85 | 20 | 1C |
| Octal | 60 | 135 | 72 | 60 | 0 | 46 | 100 | 205 | 40 | 34 |
| Binary | 110000 | 1011101 | 111010 | 110000 | 0 | 100110 | 1000000 | 10000101 | 100000 | 11100 |
Color Harmonies of #305D3A
Complementary color
Monochromatic Colors of #305D3A
Black with #305D3A
Text Example
Text Example
White with #305D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D3A; }
p { color: rgb(48,93,58); }
H1.HeaderClassName
{
color: #305D3A;
}
.AnyTagClassName
{
color: #305D3A;
}
</style>
background-color css
<style>
a { background-color: #305D3A; }
a { background-color: rgb(48,93,58); }
div.DivClassName
{
background-color: #305D3A;
}
.BgClassName
{
background-color: #305D3A;
}
</style>
border-color css
<style>
span { border-color: #305D3A; }
span { border-color: rgb(48,93,58); }
td.TdClassName
{
border-color: #305D3A;
}
.TagClassName
{
border-color: #305D3A;
}
</style>