Shades of Forest Green #30A21C
Tints of Forest Green #30A21C
RGB
CMYK
RGB Variations
Color information
#30A21C (or 0x30A21C) is known color: Forest Green. HEX triplet: 30, A2 and 1C. RGB value is (48,162,28). Sum of RGB (Red+Green+Blue) = 48+162+28=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #30A21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A21C is #CF5DE3. Grayscale: #717171. Windows color (decimal): -13589988 or 1876528. OLE color: 1876528.
HSL color Cylindrical-coordinate representation of color #30A21C: hue angle of 111.04º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30A21C is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 28 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.36 |
| HSL | 111.04º | 0.71% | 0.37% | - |
| HSV(B) | 111.04º | 0.83% | 0.64% | - |
| XYZ | 14.35 | 26.55 | 5.47 | - |
| YUV | 112.64 | 80.23 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 28 | 0.70 | 0 | 0.83 | 0.36 | 111.04 | 0.71 | 0.37 |
| Hex | 30 | A2 | 1C | 46 | 0 | 53 | 24 | 6F | 47 | 25 |
| Octal | 60 | 242 | 34 | 106 | 0 | 123 | 44 | 157 | 107 | 45 |
| Binary | 110000 | 10100010 | 11100 | 1000110 | 0 | 1010011 | 100100 | 1101111 | 1000111 | 100101 |
Color Harmonies of #30A21C
Complementary color
Monochromatic Colors of #30A21C
Black with #30A21C
Text Example
Text Example
White with #30A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A21C; }
p { color: rgb(48,162,28); }
H1.HeaderClassName
{
color: #30A21C;
}
.AnyTagClassName
{
color: #30A21C;
}
</style>
background-color css
<style>
a { background-color: #30A21C; }
a { background-color: rgb(48,162,28); }
div.DivClassName
{
background-color: #30A21C;
}
.BgClassName
{
background-color: #30A21C;
}
</style>
border-color css
<style>
span { border-color: #30A21C; }
span { border-color: rgb(48,162,28); }
td.TdClassName
{
border-color: #30A21C;
}
.TagClassName
{
border-color: #30A21C;
}
</style>