Shades of Hunter Green #30623D
Tints of Hunter Green #30623D
RGB
CMYK
RGB Variations
Color information
#30623D (or 0x30623D) is known color: Hunter Green. HEX triplet: 30, 62 and 3D. RGB value is (48,98,61). Sum of RGB (Red+Green+Blue) = 48+98+61=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #30623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30623D is #CF9DC2. Grayscale: #4E4E4E. Windows color (decimal): -13606339 or 4022832. OLE color: 4022832.
HSL color Cylindrical-coordinate representation of color #30623D: hue angle of 135.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30623D is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 98 | 61 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.62 |
| HSL | 135.6º | 0.34% | 0.29% | - |
| HSV(B) | 135.6º | 0.51% | 0.38% | - |
| XYZ | 6.43 | 9.7 | 5.95 | - |
| YUV | 78.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 61 | 0.51 | 0 | 0.38 | 0.62 | 135.6 | 0.34 | 0.29 |
| Hex | 30 | 62 | 3D | 33 | 0 | 26 | 3E | 88 | 22 | 1D |
| Octal | 60 | 142 | 75 | 63 | 0 | 46 | 76 | 210 | 42 | 35 |
| Binary | 110000 | 1100010 | 111101 | 110011 | 0 | 100110 | 111110 | 10001000 | 100010 | 11101 |
Color Harmonies of #30623D
Complementary color
Monochromatic Colors of #30623D
Black with #30623D
Text Example
Text Example
White with #30623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30623D; }
p { color: rgb(48,98,61); }
H1.HeaderClassName
{
color: #30623D;
}
.AnyTagClassName
{
color: #30623D;
}
</style>
background-color css
<style>
a { background-color: #30623D; }
a { background-color: rgb(48,98,61); }
div.DivClassName
{
background-color: #30623D;
}
.BgClassName
{
background-color: #30623D;
}
</style>
border-color css
<style>
span { border-color: #30623D; }
span { border-color: rgb(48,98,61); }
td.TdClassName
{
border-color: #30623D;
}
.TagClassName
{
border-color: #30623D;
}
</style>