Shades of Forest Green #30A819
Tints of Forest Green #30A819
RGB
CMYK
RGB Variations
Color information
#30A819 (or 0x30A819) is known color: Forest Green. HEX triplet: 30, A8 and 19. RGB value is (48,168,25). Sum of RGB (Red+Green+Blue) = 48+168+25=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #30A819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A819 is #CF57E6. Grayscale: #747474. Windows color (decimal): -13588455 or 1681456. OLE color: 1681456.
HSL color Cylindrical-coordinate representation of color #30A819: hue angle of 110.35º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30A819 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 25 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.34 |
| HSL | 110.35º | 0.74% | 0.38% | - |
| HSV(B) | 110.35º | 0.85% | 0.66% | - |
| XYZ | 15.4 | 28.7 | 5.65 | - |
| YUV | 115.82 | 76.74 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 25 | 0.71 | 0 | 0.85 | 0.34 | 110.35 | 0.74 | 0.38 |
| Hex | 30 | A8 | 19 | 47 | 0 | 55 | 22 | 6E | 4A | 26 |
| Octal | 60 | 250 | 31 | 107 | 0 | 125 | 42 | 156 | 112 | 46 |
| Binary | 110000 | 10101000 | 11001 | 1000111 | 0 | 1010101 | 100010 | 1101110 | 1001010 | 100110 |
Color Harmonies of #30A819
Complementary color
Monochromatic Colors of #30A819
Black with #30A819
Text Example
Text Example
White with #30A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A819; }
p { color: rgb(48,168,25); }
H1.HeaderClassName
{
color: #30A819;
}
.AnyTagClassName
{
color: #30A819;
}
</style>
background-color css
<style>
a { background-color: #30A819; }
a { background-color: rgb(48,168,25); }
div.DivClassName
{
background-color: #30A819;
}
.BgClassName
{
background-color: #30A819;
}
</style>
border-color css
<style>
span { border-color: #30A819; }
span { border-color: rgb(48,168,25); }
td.TdClassName
{
border-color: #30A819;
}
.TagClassName
{
border-color: #30A819;
}
</style>