Shades of Forest Green #30A033
Tints of Forest Green #30A033
RGB
CMYK
RGB Variations
Color information
#30A033 (or 0x30A033) is known color: Forest Green. HEX triplet: 30, A0 and 33. RGB value is (48,160,51). Sum of RGB (Red+Green+Blue) = 48+160+51=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #30A033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A033 is #CF5FCC. Grayscale: #727272. Windows color (decimal): -13590477 or 3383344. OLE color: 3383344.
HSL color Cylindrical-coordinate representation of color #30A033: hue angle of 121.61º 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 #30A033 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 51 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.37 |
| HSL | 121.61º | 0.54% | 0.41% | - |
| HSV(B) | 121.61º | 0.7% | 0.63% | - |
| XYZ | 14.39 | 26.01 | 7.39 | - |
| YUV | 114.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 51 | 0.70 | 0 | 0.68 | 0.37 | 121.61 | 0.54 | 0.41 |
| Hex | 30 | A0 | 33 | 46 | 0 | 44 | 25 | 7A | 36 | 29 |
| Octal | 60 | 240 | 63 | 106 | 0 | 104 | 45 | 172 | 66 | 51 |
| Binary | 110000 | 10100000 | 110011 | 1000110 | 0 | 1000100 | 100101 | 1111010 | 110110 | 101001 |
Color Harmonies of #30A033
Complementary color
Monochromatic Colors of #30A033
Black with #30A033
Text Example
Text Example
White with #30A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A033; }
p { color: rgb(48,160,51); }
H1.HeaderClassName
{
color: #30A033;
}
.AnyTagClassName
{
color: #30A033;
}
</style>
background-color css
<style>
a { background-color: #30A033; }
a { background-color: rgb(48,160,51); }
div.DivClassName
{
background-color: #30A033;
}
.BgClassName
{
background-color: #30A033;
}
</style>
border-color css
<style>
span { border-color: #30A033; }
span { border-color: rgb(48,160,51); }
td.TdClassName
{
border-color: #30A033;
}
.TagClassName
{
border-color: #30A033;
}
</style>