Shades of Hunter Green #30683B
Tints of Hunter Green #30683B
RGB
CMYK
RGB Variations
Color information
#30683B (or 0x30683B) is known color: Hunter Green. HEX triplet: 30, 68 and 3B. RGB value is (48,104,59). Sum of RGB (Red+Green+Blue) = 48+104+59=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #30683B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30683B is #CF97C4. Grayscale: #525252. Windows color (decimal): -13604805 or 3893296. OLE color: 3893296.
HSL color Cylindrical-coordinate representation of color #30683B: hue angle of 131.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30683B is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 59 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.59 |
| HSL | 131.79º | 0.37% | 0.3% | - |
| HSV(B) | 131.79º | 0.54% | 0.41% | - |
| XYZ | 6.96 | 10.84 | 5.86 | - |
| YUV | 82.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 59 | 0.54 | 0 | 0.43 | 0.59 | 131.79 | 0.37 | 0.3 |
| Hex | 30 | 68 | 3B | 36 | 0 | 2B | 3B | 84 | 25 | 1E |
| Octal | 60 | 150 | 73 | 66 | 0 | 53 | 73 | 204 | 45 | 36 |
| Binary | 110000 | 1101000 | 111011 | 110110 | 0 | 101011 | 111011 | 10000100 | 100101 | 11110 |
Color Harmonies of #30683B
Complementary color
Monochromatic Colors of #30683B
Black with #30683B
Text Example
Text Example
White with #30683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30683B; }
p { color: rgb(48,104,59); }
H1.HeaderClassName
{
color: #30683B;
}
.AnyTagClassName
{
color: #30683B;
}
</style>
background-color css
<style>
a { background-color: #30683B; }
a { background-color: rgb(48,104,59); }
div.DivClassName
{
background-color: #30683B;
}
.BgClassName
{
background-color: #30683B;
}
</style>
border-color css
<style>
span { border-color: #30683B; }
span { border-color: rgb(48,104,59); }
td.TdClassName
{
border-color: #30683B;
}
.TagClassName
{
border-color: #30683B;
}
</style>