Shades of Hunter Green #306C40
Tints of Hunter Green #306C40
RGB
CMYK
RGB Variations
Color information
#306C40 (or 0x306C40) is known color: Hunter Green. HEX triplet: 30, 6C and 40. RGB value is (48,108,64). Sum of RGB (Red+Green+Blue) = 48+108+64=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #306C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C40 is #CF93BF. Grayscale: #555555. Windows color (decimal): -13603776 or 4222000. OLE color: 4222000.
HSL color Cylindrical-coordinate representation of color #306C40: hue angle of 136º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C40 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 108 | 64 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.58 |
| HSL | 136º | 0.38% | 0.31% | - |
| HSV(B) | 136º | 0.56% | 0.42% | - |
| XYZ | 7.51 | 11.72 | 6.72 | - |
| YUV | 85.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 64 | 0.56 | 0 | 0.41 | 0.58 | 136 | 0.38 | 0.31 |
| Hex | 30 | 6C | 40 | 38 | 0 | 29 | 3A | 88 | 26 | 1F |
| Octal | 60 | 154 | 100 | 70 | 0 | 51 | 72 | 210 | 46 | 37 |
| Binary | 110000 | 1101100 | 1000000 | 111000 | 0 | 101001 | 111010 | 10001000 | 100110 | 11111 |
Color Harmonies of #306C40
Complementary color
Monochromatic Colors of #306C40
Black with #306C40
Text Example
Text Example
White with #306C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C40; }
p { color: rgb(48,108,64); }
H1.HeaderClassName
{
color: #306C40;
}
.AnyTagClassName
{
color: #306C40;
}
</style>
background-color css
<style>
a { background-color: #306C40; }
a { background-color: rgb(48,108,64); }
div.DivClassName
{
background-color: #306C40;
}
.BgClassName
{
background-color: #306C40;
}
</style>
border-color css
<style>
span { border-color: #306C40; }
span { border-color: rgb(48,108,64); }
td.TdClassName
{
border-color: #306C40;
}
.TagClassName
{
border-color: #306C40;
}
</style>