Shades of Forest Green #30A010
Tints of Forest Green #30A010
RGB
CMYK
RGB Variations
Color information
#30A010 (or 0x30A010) is known color: Forest Green. HEX triplet: 30, A0 and 10. RGB value is (48,160,16). Sum of RGB (Red+Green+Blue) = 48+160+16=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #30A010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A010 is #CF5FEF. Grayscale: #6E6E6E. Windows color (decimal): -13590512 or 1089584. OLE color: 1089584.
HSL color Cylindrical-coordinate representation of color #30A010: hue angle of 106.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30A010 is Cyan = 0.70, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 16 | - |
| CMYK | 0.70 | 0 | 0.9 | 0.37 |
| HSL | 106.67º | 0.82% | 0.35% | - |
| HSV(B) | 106.67º | 0.9% | 0.63% | - |
| XYZ | 13.88 | 25.81 | 4.74 | - |
| YUV | 110.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 16 | 0.70 | 0 | 0.9 | 0.37 | 106.67 | 0.82 | 0.35 |
| Hex | 30 | A0 | 10 | 46 | 0 | 5A | 25 | 6B | 52 | 23 |
| Octal | 60 | 240 | 20 | 106 | 0 | 132 | 45 | 153 | 122 | 43 |
| Binary | 110000 | 10100000 | 10000 | 1000110 | 0 | 1011010 | 100101 | 1101011 | 1010010 | 100011 |
Color Harmonies of #30A010
Complementary color
Monochromatic Colors of #30A010
Black with #30A010
Text Example
Text Example
White with #30A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A010; }
p { color: rgb(48,160,16); }
H1.HeaderClassName
{
color: #30A010;
}
.AnyTagClassName
{
color: #30A010;
}
</style>
background-color css
<style>
a { background-color: #30A010; }
a { background-color: rgb(48,160,16); }
div.DivClassName
{
background-color: #30A010;
}
.BgClassName
{
background-color: #30A010;
}
</style>
border-color css
<style>
span { border-color: #30A010; }
span { border-color: rgb(48,160,16); }
td.TdClassName
{
border-color: #30A010;
}
.TagClassName
{
border-color: #30A010;
}
</style>