Shades of Forest Green #30A01C
Tints of Forest Green #30A01C
RGB
CMYK
RGB Variations
Color information
#30A01C (or 0x30A01C) is known color: Forest Green. HEX triplet: 30, A0 and 1C. RGB value is (48,160,28). Sum of RGB (Red+Green+Blue) = 48+160+28=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #30A01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A01C is #CF5FE3. Grayscale: #6F6F6F. Windows color (decimal): -13590500 or 1876016. OLE color: 1876016.
HSL color Cylindrical-coordinate representation of color #30A01C: hue angle of 110.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30A01C is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 28 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.37 |
| HSL | 110.91º | 0.7% | 0.37% | - |
| HSV(B) | 110.91º | 0.83% | 0.63% | - |
| XYZ | 14 | 25.85 | 5.35 | - |
| YUV | 111.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 28 | 0.70 | 0 | 0.82 | 0.37 | 110.91 | 0.7 | 0.37 |
| Hex | 30 | A0 | 1C | 46 | 0 | 52 | 25 | 6F | 46 | 25 |
| Octal | 60 | 240 | 34 | 106 | 0 | 122 | 45 | 157 | 106 | 45 |
| Binary | 110000 | 10100000 | 11100 | 1000110 | 0 | 1010010 | 100101 | 1101111 | 1000110 | 100101 |
Color Harmonies of #30A01C
Complementary color
Monochromatic Colors of #30A01C
Black with #30A01C
Text Example
Text Example
White with #30A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A01C; }
p { color: rgb(48,160,28); }
H1.HeaderClassName
{
color: #30A01C;
}
.AnyTagClassName
{
color: #30A01C;
}
</style>
background-color css
<style>
a { background-color: #30A01C; }
a { background-color: rgb(48,160,28); }
div.DivClassName
{
background-color: #30A01C;
}
.BgClassName
{
background-color: #30A01C;
}
</style>
border-color css
<style>
span { border-color: #30A01C; }
span { border-color: rgb(48,160,28); }
td.TdClassName
{
border-color: #30A01C;
}
.TagClassName
{
border-color: #30A01C;
}
</style>