Shades of Forest Green #30A037
Tints of Forest Green #30A037
RGB
CMYK
RGB Variations
Color information
#30A037 (or 0x30A037) is known color: Forest Green. HEX triplet: 30, A0 and 37. RGB value is (48,160,55). Sum of RGB (Red+Green+Blue) = 48+160+55=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #30A037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A037 is #CF5FC8. Grayscale: #727272. Windows color (decimal): -13590473 or 3645488. OLE color: 3645488.
HSL color Cylindrical-coordinate representation of color #30A037: hue angle of 123.75º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A037 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 55 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.37 |
| HSL | 123.75º | 0.54% | 0.41% | - |
| HSV(B) | 123.75º | 0.7% | 0.63% | - |
| XYZ | 14.48 | 26.05 | 7.88 | - |
| YUV | 114.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 55 | 0.70 | 0 | 0.66 | 0.37 | 123.75 | 0.54 | 0.41 |
| Hex | 30 | A0 | 37 | 46 | 0 | 42 | 25 | 7C | 36 | 29 |
| Octal | 60 | 240 | 67 | 106 | 0 | 102 | 45 | 174 | 66 | 51 |
| Binary | 110000 | 10100000 | 110111 | 1000110 | 0 | 1000010 | 100101 | 1111100 | 110110 | 101001 |
Color Harmonies of #30A037
Complementary color
Monochromatic Colors of #30A037
Black with #30A037
Text Example
Text Example
White with #30A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A037; }
p { color: rgb(48,160,55); }
H1.HeaderClassName
{
color: #30A037;
}
.AnyTagClassName
{
color: #30A037;
}
</style>
background-color css
<style>
a { background-color: #30A037; }
a { background-color: rgb(48,160,55); }
div.DivClassName
{
background-color: #30A037;
}
.BgClassName
{
background-color: #30A037;
}
</style>
border-color css
<style>
span { border-color: #30A037; }
span { border-color: rgb(48,160,55); }
td.TdClassName
{
border-color: #30A037;
}
.TagClassName
{
border-color: #30A037;
}
</style>