Shades of Forest Green #30A230
Tints of Forest Green #30A230
RGB
CMYK
RGB Variations
Color information
#30A230 (or 0x30A230) is known color: Forest Green. HEX triplet: 30, A2 and 30. RGB value is (48,162,48). Sum of RGB (Red+Green+Blue) = 48+162+48=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #30A230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A230 is #CF5DCF. Grayscale: #737373. Windows color (decimal): -13589968 or 3187248. OLE color: 3187248.
HSL color Cylindrical-coordinate representation of color #30A230: hue angle of 120º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A230 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 48 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.36 |
| HSL | 120º | 0.54% | 0.41% | - |
| HSV(B) | 120º | 0.7% | 0.64% | - |
| XYZ | 14.67 | 26.68 | 7.17 | - |
| YUV | 114.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 48 | 0.70 | 0 | 0.70 | 0.36 | 120 | 0.54 | 0.41 |
| Hex | 30 | A2 | 30 | 46 | 0 | 46 | 24 | 78 | 36 | 29 |
| Octal | 60 | 242 | 60 | 106 | 0 | 106 | 44 | 170 | 66 | 51 |
| Binary | 110000 | 10100010 | 110000 | 1000110 | 0 | 1000110 | 100100 | 1111000 | 110110 | 101001 |
Color Harmonies of #30A230
Complementary color
Monochromatic Colors of #30A230
Black with #30A230
Text Example
Text Example
White with #30A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A230; }
p { color: rgb(48,162,48); }
H1.HeaderClassName
{
color: #30A230;
}
.AnyTagClassName
{
color: #30A230;
}
</style>
background-color css
<style>
a { background-color: #30A230; }
a { background-color: rgb(48,162,48); }
div.DivClassName
{
background-color: #30A230;
}
.BgClassName
{
background-color: #30A230;
}
</style>
border-color css
<style>
span { border-color: #30A230; }
span { border-color: rgb(48,162,48); }
td.TdClassName
{
border-color: #30A230;
}
.TagClassName
{
border-color: #30A230;
}
</style>