Shades of Forest Green #30A014
Tints of Forest Green #30A014
RGB
CMYK
RGB Variations
Color information
#30A014 (or 0x30A014) is known color: Forest Green. HEX triplet: 30, A0 and 14. RGB value is (48,160,20). Sum of RGB (Red+Green+Blue) = 48+160+20=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #30A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A014 is #CF5FEB. Grayscale: #6E6E6E. Windows color (decimal): -13590508 or 1351728. OLE color: 1351728.
HSL color Cylindrical-coordinate representation of color #30A014: hue angle of 108º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30A014 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 20 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.37 |
| HSL | 108º | 0.78% | 0.35% | - |
| HSV(B) | 108º | 0.88% | 0.63% | - |
| XYZ | 13.92 | 25.82 | 4.91 | - |
| YUV | 110.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 20 | 0.70 | 0 | 0.88 | 0.37 | 108 | 0.78 | 0.35 |
| Hex | 30 | A0 | 14 | 46 | 0 | 58 | 25 | 6C | 4E | 23 |
| Octal | 60 | 240 | 24 | 106 | 0 | 130 | 45 | 154 | 116 | 43 |
| Binary | 110000 | 10100000 | 10100 | 1000110 | 0 | 1011000 | 100101 | 1101100 | 1001110 | 100011 |
Color Harmonies of #30A014
Complementary color
Monochromatic Colors of #30A014
Black with #30A014
Text Example
Text Example
White with #30A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A014; }
p { color: rgb(48,160,20); }
H1.HeaderClassName
{
color: #30A014;
}
.AnyTagClassName
{
color: #30A014;
}
</style>
background-color css
<style>
a { background-color: #30A014; }
a { background-color: rgb(48,160,20); }
div.DivClassName
{
background-color: #30A014;
}
.BgClassName
{
background-color: #30A014;
}
</style>
border-color css
<style>
span { border-color: #30A014; }
span { border-color: rgb(48,160,20); }
td.TdClassName
{
border-color: #30A014;
}
.TagClassName
{
border-color: #30A014;
}
</style>