Shades of Hunter Green #30673F
Tints of Hunter Green #30673F
RGB
CMYK
RGB Variations
Color information
#30673F (or 0x30673F) is known color: Hunter Green. HEX triplet: 30, 67 and 3F. RGB value is (48,103,63). Sum of RGB (Red+Green+Blue) = 48+103+63=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #30673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30673F is #CF98C0. Grayscale: #525252. Windows color (decimal): -13605057 or 4155184. OLE color: 4155184.
HSL color Cylindrical-coordinate representation of color #30673F: hue angle of 136.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30673F is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 63 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.60 |
| HSL | 136.36º | 0.36% | 0.3% | - |
| HSV(B) | 136.36º | 0.53% | 0.4% | - |
| XYZ | 6.97 | 10.69 | 6.4 | - |
| YUV | 82 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 63 | 0.53 | 0 | 0.39 | 0.60 | 136.36 | 0.36 | 0.3 |
| Hex | 30 | 67 | 3F | 35 | 0 | 27 | 3C | 88 | 24 | 1E |
| Octal | 60 | 147 | 77 | 65 | 0 | 47 | 74 | 210 | 44 | 36 |
| Binary | 110000 | 1100111 | 111111 | 110101 | 0 | 100111 | 111100 | 10001000 | 100100 | 11110 |
Color Harmonies of #30673F
Complementary color
Monochromatic Colors of #30673F
Black with #30673F
Text Example
Text Example
White with #30673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30673F; }
p { color: rgb(48,103,63); }
H1.HeaderClassName
{
color: #30673F;
}
.AnyTagClassName
{
color: #30673F;
}
</style>
background-color css
<style>
a { background-color: #30673F; }
a { background-color: rgb(48,103,63); }
div.DivClassName
{
background-color: #30673F;
}
.BgClassName
{
background-color: #30673F;
}
</style>
border-color css
<style>
span { border-color: #30673F; }
span { border-color: rgb(48,103,63); }
td.TdClassName
{
border-color: #30673F;
}
.TagClassName
{
border-color: #30673F;
}
</style>