Shades of Forest Green #30A034
Tints of Forest Green #30A034
RGB
CMYK
RGB Variations
Color information
#30A034 (or 0x30A034) is known color: Forest Green. HEX triplet: 30, A0 and 34. RGB value is (48,160,52). Sum of RGB (Red+Green+Blue) = 48+160+52=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #30A034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A034 is #CF5FCB. Grayscale: #727272. Windows color (decimal): -13590476 or 3448880. OLE color: 3448880.
HSL color Cylindrical-coordinate representation of color #30A034: hue angle of 122.14º 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 #30A034 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 52 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.37 |
| HSL | 122.14º | 0.54% | 0.41% | - |
| HSV(B) | 122.14º | 0.7% | 0.63% | - |
| XYZ | 14.41 | 26.02 | 7.51 | - |
| YUV | 114.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 52 | 0.70 | 0 | 0.68 | 0.37 | 122.14 | 0.54 | 0.41 |
| Hex | 30 | A0 | 34 | 46 | 0 | 44 | 25 | 7A | 36 | 29 |
| Octal | 60 | 240 | 64 | 106 | 0 | 104 | 45 | 172 | 66 | 51 |
| Binary | 110000 | 10100000 | 110100 | 1000110 | 0 | 1000100 | 100101 | 1111010 | 110110 | 101001 |
Color Harmonies of #30A034
Complementary color
Monochromatic Colors of #30A034
Black with #30A034
Text Example
Text Example
White with #30A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A034; }
p { color: rgb(48,160,52); }
H1.HeaderClassName
{
color: #30A034;
}
.AnyTagClassName
{
color: #30A034;
}
</style>
background-color css
<style>
a { background-color: #30A034; }
a { background-color: rgb(48,160,52); }
div.DivClassName
{
background-color: #30A034;
}
.BgClassName
{
background-color: #30A034;
}
</style>
border-color css
<style>
span { border-color: #30A034; }
span { border-color: rgb(48,160,52); }
td.TdClassName
{
border-color: #30A034;
}
.TagClassName
{
border-color: #30A034;
}
</style>