Shades of Hunter Green #30673A
Tints of Hunter Green #30673A
RGB
CMYK
RGB Variations
Color information
#30673A (or 0x30673A) is known color: Hunter Green. HEX triplet: 30, 67 and 3A. RGB value is (48,103,58). Sum of RGB (Red+Green+Blue) = 48+103+58=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #30673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30673A is #CF98C5. Grayscale: #515151. Windows color (decimal): -13605062 or 3827504. OLE color: 3827504.
HSL color Cylindrical-coordinate representation of color #30673A: hue angle of 130.91º 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 #30673A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 58 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.60 |
| HSL | 130.91º | 0.36% | 0.3% | - |
| HSV(B) | 130.91º | 0.53% | 0.4% | - |
| XYZ | 6.83 | 10.63 | 5.7 | - |
| YUV | 81.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 58 | 0.53 | 0 | 0.44 | 0.60 | 130.91 | 0.36 | 0.3 |
| Hex | 30 | 67 | 3A | 35 | 0 | 2C | 3C | 83 | 24 | 1E |
| Octal | 60 | 147 | 72 | 65 | 0 | 54 | 74 | 203 | 44 | 36 |
| Binary | 110000 | 1100111 | 111010 | 110101 | 0 | 101100 | 111100 | 10000011 | 100100 | 11110 |
Color Harmonies of #30673A
Complementary color
Monochromatic Colors of #30673A
Black with #30673A
Text Example
Text Example
White with #30673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30673A; }
p { color: rgb(48,103,58); }
H1.HeaderClassName
{
color: #30673A;
}
.AnyTagClassName
{
color: #30673A;
}
</style>
background-color css
<style>
a { background-color: #30673A; }
a { background-color: rgb(48,103,58); }
div.DivClassName
{
background-color: #30673A;
}
.BgClassName
{
background-color: #30673A;
}
</style>
border-color css
<style>
span { border-color: #30673A; }
span { border-color: rgb(48,103,58); }
td.TdClassName
{
border-color: #30673A;
}
.TagClassName
{
border-color: #30673A;
}
</style>