Shades of Hunter Green #306F3F
Tints of Hunter Green #306F3F
RGB
CMYK
RGB Variations
Color information
#306F3F (or 0x306F3F) is known color: Hunter Green. HEX triplet: 30, 6F and 3F. RGB value is (48,111,63). Sum of RGB (Red+Green+Blue) = 48+111+63=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #306F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F3F is #CF90C0. Grayscale: #565656. Windows color (decimal): -13603009 or 4157232. OLE color: 4157232.
HSL color Cylindrical-coordinate representation of color #306F3F: hue angle of 134.29º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F3F is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 63 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.56 |
| HSL | 134.29º | 0.4% | 0.31% | - |
| HSV(B) | 134.29º | 0.57% | 0.44% | - |
| XYZ | 7.8 | 12.36 | 6.68 | - |
| YUV | 86.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 63 | 0.57 | 0 | 0.43 | 0.56 | 134.29 | 0.4 | 0.31 |
| Hex | 30 | 6F | 3F | 39 | 0 | 2B | 38 | 86 | 28 | 1F |
| Octal | 60 | 157 | 77 | 71 | 0 | 53 | 70 | 206 | 50 | 37 |
| Binary | 110000 | 1101111 | 111111 | 111001 | 0 | 101011 | 111000 | 10000110 | 101000 | 11111 |
Color Harmonies of #306F3F
Complementary color
Monochromatic Colors of #306F3F
Black with #306F3F
Text Example
Text Example
White with #306F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F3F; }
p { color: rgb(48,111,63); }
H1.HeaderClassName
{
color: #306F3F;
}
.AnyTagClassName
{
color: #306F3F;
}
</style>
background-color css
<style>
a { background-color: #306F3F; }
a { background-color: rgb(48,111,63); }
div.DivClassName
{
background-color: #306F3F;
}
.BgClassName
{
background-color: #306F3F;
}
</style>
border-color css
<style>
span { border-color: #306F3F; }
span { border-color: rgb(48,111,63); }
td.TdClassName
{
border-color: #306F3F;
}
.TagClassName
{
border-color: #306F3F;
}
</style>