Shades of Hunter Green #30683E
Tints of Hunter Green #30683E
RGB
CMYK
RGB Variations
Color information
#30683E (or 0x30683E) is known color: Hunter Green. HEX triplet: 30, 68 and 3E. RGB value is (48,104,62). Sum of RGB (Red+Green+Blue) = 48+104+62=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #30683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30683E is #CF97C1. Grayscale: #525252. Windows color (decimal): -13604802 or 4089904. OLE color: 4089904.
HSL color Cylindrical-coordinate representation of color #30683E: hue angle of 135º 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 #30683E is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 62 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.59 |
| HSL | 135º | 0.37% | 0.3% | - |
| HSV(B) | 135º | 0.54% | 0.41% | - |
| XYZ | 7.04 | 10.88 | 6.29 | - |
| YUV | 82.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 62 | 0.54 | 0 | 0.40 | 0.59 | 135 | 0.37 | 0.3 |
| Hex | 30 | 68 | 3E | 36 | 0 | 28 | 3B | 87 | 25 | 1E |
| Octal | 60 | 150 | 76 | 66 | 0 | 50 | 73 | 207 | 45 | 36 |
| Binary | 110000 | 1101000 | 111110 | 110110 | 0 | 101000 | 111011 | 10000111 | 100101 | 11110 |
Color Harmonies of #30683E
Complementary color
Monochromatic Colors of #30683E
Black with #30683E
Text Example
Text Example
White with #30683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30683E; }
p { color: rgb(48,104,62); }
H1.HeaderClassName
{
color: #30683E;
}
.AnyTagClassName
{
color: #30683E;
}
</style>
background-color css
<style>
a { background-color: #30683E; }
a { background-color: rgb(48,104,62); }
div.DivClassName
{
background-color: #30683E;
}
.BgClassName
{
background-color: #30683E;
}
</style>
border-color css
<style>
span { border-color: #30683E; }
span { border-color: rgb(48,104,62); }
td.TdClassName
{
border-color: #30683E;
}
.TagClassName
{
border-color: #30683E;
}
</style>