Shades of Forest Green #30A019
Tints of Forest Green #30A019
RGB
CMYK
RGB Variations
Color information
#30A019 (or 0x30A019) is known color: Forest Green. HEX triplet: 30, A0 and 19. RGB value is (48,160,25). Sum of RGB (Red+Green+Blue) = 48+160+25=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #30A019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A019 is #CF5FE6. Grayscale: #6F6F6F. Windows color (decimal): -13590503 or 1679408. OLE color: 1679408.
HSL color Cylindrical-coordinate representation of color #30A019: hue angle of 109.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30A019 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 25 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.37 |
| HSL | 109.78º | 0.73% | 0.36% | - |
| HSV(B) | 109.78º | 0.84% | 0.63% | - |
| XYZ | 13.97 | 25.84 | 5.17 | - |
| YUV | 111.12 | 79.39 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 25 | 0.70 | 0 | 0.84 | 0.37 | 109.78 | 0.73 | 0.36 |
| Hex | 30 | A0 | 19 | 46 | 0 | 54 | 25 | 6E | 49 | 24 |
| Octal | 60 | 240 | 31 | 106 | 0 | 124 | 45 | 156 | 111 | 44 |
| Binary | 110000 | 10100000 | 11001 | 1000110 | 0 | 1010100 | 100101 | 1101110 | 1001001 | 100100 |
Color Harmonies of #30A019
Complementary color
Monochromatic Colors of #30A019
Black with #30A019
Text Example
Text Example
White with #30A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A019; }
p { color: rgb(48,160,25); }
H1.HeaderClassName
{
color: #30A019;
}
.AnyTagClassName
{
color: #30A019;
}
</style>
background-color css
<style>
a { background-color: #30A019; }
a { background-color: rgb(48,160,25); }
div.DivClassName
{
background-color: #30A019;
}
.BgClassName
{
background-color: #30A019;
}
</style>
border-color css
<style>
span { border-color: #30A019; }
span { border-color: rgb(48,160,25); }
td.TdClassName
{
border-color: #30A019;
}
.TagClassName
{
border-color: #30A019;
}
</style>