Shades of Forest Green #30A520
Tints of Forest Green #30A520
RGB
CMYK
RGB Variations
Color information
#30A520 (or 0x30A520) is known color: Forest Green. HEX triplet: 30, A5 and 20. RGB value is (48,165,32). Sum of RGB (Red+Green+Blue) = 48+165+32=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #30A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A520 is #CF5ADF. Grayscale: #737373. Windows color (decimal): -13589216 or 2139440. OLE color: 2139440.
HSL color Cylindrical-coordinate representation of color #30A520: hue angle of 112.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30A520 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 165 | 32 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.35 |
| HSL | 112.78º | 0.68% | 0.39% | - |
| HSV(B) | 112.78º | 0.81% | 0.65% | - |
| XYZ | 14.93 | 27.64 | 5.91 | - |
| YUV | 114.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 165 | 32 | 0.71 | 0 | 0.81 | 0.35 | 112.78 | 0.68 | 0.39 |
| Hex | 30 | A5 | 20 | 47 | 0 | 51 | 23 | 71 | 44 | 27 |
| Octal | 60 | 245 | 40 | 107 | 0 | 121 | 43 | 161 | 104 | 47 |
| Binary | 110000 | 10100101 | 100000 | 1000111 | 0 | 1010001 | 100011 | 1110001 | 1000100 | 100111 |
Color Harmonies of #30A520
Complementary color
Monochromatic Colors of #30A520
Black with #30A520
Text Example
Text Example
White with #30A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A520; }
p { color: rgb(48,165,32); }
H1.HeaderClassName
{
color: #30A520;
}
.AnyTagClassName
{
color: #30A520;
}
</style>
background-color css
<style>
a { background-color: #30A520; }
a { background-color: rgb(48,165,32); }
div.DivClassName
{
background-color: #30A520;
}
.BgClassName
{
background-color: #30A520;
}
</style>
border-color css
<style>
span { border-color: #30A520; }
span { border-color: rgb(48,165,32); }
td.TdClassName
{
border-color: #30A520;
}
.TagClassName
{
border-color: #30A520;
}
</style>