Shades of Forest Green #30A413
Tints of Forest Green #30A413
RGB
CMYK
RGB Variations
Color information
#30A413 (or 0x30A413) is known color: Forest Green. HEX triplet: 30, A4 and 13. RGB value is (48,164,19). Sum of RGB (Red+Green+Blue) = 48+164+19=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #30A413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A413 is #CF5BEC. Grayscale: #717171. Windows color (decimal): -13589485 or 1287216. OLE color: 1287216.
HSL color Cylindrical-coordinate representation of color #30A413: hue angle of 108º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30A413 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 19 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.36 |
| HSL | 108º | 0.79% | 0.36% | - |
| HSV(B) | 108º | 0.88% | 0.64% | - |
| XYZ | 14.61 | 27.23 | 5.1 | - |
| YUV | 112.79 | 75.07 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 19 | 0.71 | 0 | 0.88 | 0.36 | 108 | 0.79 | 0.36 |
| Hex | 30 | A4 | 13 | 47 | 0 | 58 | 24 | 6C | 4F | 24 |
| Octal | 60 | 244 | 23 | 107 | 0 | 130 | 44 | 154 | 117 | 44 |
| Binary | 110000 | 10100100 | 10011 | 1000111 | 0 | 1011000 | 100100 | 1101100 | 1001111 | 100100 |
Color Harmonies of #30A413
Complementary color
Monochromatic Colors of #30A413
Black with #30A413
Text Example
Text Example
White with #30A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A413; }
p { color: rgb(48,164,19); }
H1.HeaderClassName
{
color: #30A413;
}
.AnyTagClassName
{
color: #30A413;
}
</style>
background-color css
<style>
a { background-color: #30A413; }
a { background-color: rgb(48,164,19); }
div.DivClassName
{
background-color: #30A413;
}
.BgClassName
{
background-color: #30A413;
}
</style>
border-color css
<style>
span { border-color: #30A413; }
span { border-color: rgb(48,164,19); }
td.TdClassName
{
border-color: #30A413;
}
.TagClassName
{
border-color: #30A413;
}
</style>