Shades of Forest Green #30A035
Tints of Forest Green #30A035
RGB
CMYK
RGB Variations
Color information
#30A035 (or 0x30A035) is known color: Forest Green. HEX triplet: 30, A0 and 35. RGB value is (48,160,53). Sum of RGB (Red+Green+Blue) = 48+160+53=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #30A035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A035 is #CF5FCA. Grayscale: #727272. Windows color (decimal): -13590475 or 3514416. OLE color: 3514416.
HSL color Cylindrical-coordinate representation of color #30A035: hue angle of 122.68º 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 #30A035 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 53 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.37 |
| HSL | 122.68º | 0.54% | 0.41% | - |
| HSV(B) | 122.68º | 0.7% | 0.63% | - |
| XYZ | 14.43 | 26.03 | 7.63 | - |
| YUV | 114.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 53 | 0.70 | 0 | 0.67 | 0.37 | 122.68 | 0.54 | 0.41 |
| Hex | 30 | A0 | 35 | 46 | 0 | 43 | 25 | 7B | 36 | 29 |
| Octal | 60 | 240 | 65 | 106 | 0 | 103 | 45 | 173 | 66 | 51 |
| Binary | 110000 | 10100000 | 110101 | 1000110 | 0 | 1000011 | 100101 | 1111011 | 110110 | 101001 |
Color Harmonies of #30A035
Complementary color
Monochromatic Colors of #30A035
Black with #30A035
Text Example
Text Example
White with #30A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A035; }
p { color: rgb(48,160,53); }
H1.HeaderClassName
{
color: #30A035;
}
.AnyTagClassName
{
color: #30A035;
}
</style>
background-color css
<style>
a { background-color: #30A035; }
a { background-color: rgb(48,160,53); }
div.DivClassName
{
background-color: #30A035;
}
.BgClassName
{
background-color: #30A035;
}
</style>
border-color css
<style>
span { border-color: #30A035; }
span { border-color: rgb(48,160,53); }
td.TdClassName
{
border-color: #30A035;
}
.TagClassName
{
border-color: #30A035;
}
</style>