Shades of Forest Green #30A038
Tints of Forest Green #30A038
RGB
CMYK
RGB Variations
Color information
#30A038 (or 0x30A038) is known color: Forest Green. HEX triplet: 30, A0 and 38. RGB value is (48,160,56). Sum of RGB (Red+Green+Blue) = 48+160+56=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 160 (62.89% from 255 or 60.61% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 160 - color contains mainly: green. Hex color #30A038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A038 is #CF5FC7. Grayscale: #727272. Windows color (decimal): -13590472 or 3711024. OLE color: 3711024.
HSL color Cylindrical-coordinate representation of color #30A038: hue angle of 124.29º 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 #30A038 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 56 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.37 |
| HSL | 124.29º | 0.54% | 0.41% | - |
| HSV(B) | 124.29º | 0.7% | 0.63% | - |
| XYZ | 14.5 | 26.06 | 8.01 | - |
| YUV | 114.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 56 | 0.70 | 0 | 0.65 | 0.37 | 124.29 | 0.54 | 0.41 |
| Hex | 30 | A0 | 38 | 46 | 0 | 41 | 25 | 7C | 36 | 29 |
| Octal | 60 | 240 | 70 | 106 | 0 | 101 | 45 | 174 | 66 | 51 |
| Binary | 110000 | 10100000 | 111000 | 1000110 | 0 | 1000001 | 100101 | 1111100 | 110110 | 101001 |
Color Harmonies of #30A038
Complementary color
Monochromatic Colors of #30A038
Black with #30A038
Text Example
Text Example
White with #30A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A038; }
p { color: rgb(48,160,56); }
H1.HeaderClassName
{
color: #30A038;
}
.AnyTagClassName
{
color: #30A038;
}
</style>
background-color css
<style>
a { background-color: #30A038; }
a { background-color: rgb(48,160,56); }
div.DivClassName
{
background-color: #30A038;
}
.BgClassName
{
background-color: #30A038;
}
</style>
border-color css
<style>
span { border-color: #30A038; }
span { border-color: rgb(48,160,56); }
td.TdClassName
{
border-color: #30A038;
}
.TagClassName
{
border-color: #30A038;
}
</style>