Shades of Forest Green #018D21
Tints of Forest Green #018D21
RGB
CMYK
RGB Variations
Color information
#018D21 (or 0x018D21) is known color: Forest Green. HEX triplet: 01, 8D and 21. RGB value is (1,141,33). Sum of RGB (Red+Green+Blue) = 1+141+33=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 141 (55.47% from 255 or 80.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 141 - color contains mainly: green. Hex color #018D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D21 is #FE72DE. Grayscale: #575757. Windows color (decimal): -16675551 or 2198785. OLE color: 2198785.
HSL color Cylindrical-coordinate representation of color #018D21: hue angle of 133.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D21 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 33 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.45 |
| HSL | 133.71º | 0.99% | 0.28% | - |
| HSV(B) | 133.71º | 0.99% | 0.55% | - |
| XYZ | 9.81 | 19.17 | 4.62 | - |
| YUV | 86.83 | 97.62 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 33 | 0.99 | 0 | 0.77 | 0.45 | 133.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | 21 | 63 | 0 | 4D | 2D | 86 | 63 | 1C |
| Octal | 1 | 215 | 41 | 143 | 0 | 115 | 55 | 206 | 143 | 34 |
| Binary | 1 | 10001101 | 100001 | 1100011 | 0 | 1001101 | 101101 | 10000110 | 1100011 | 11100 |
Color Harmonies of #018D21
Complementary color
Monochromatic Colors of #018D21
Black with #018D21
Text Example
Text Example
White with #018D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D21; }
p { color: rgb(1,141,33); }
H1.HeaderClassName
{
color: #018D21;
}
.AnyTagClassName
{
color: #018D21;
}
</style>
background-color css
<style>
a { background-color: #018D21; }
a { background-color: rgb(1,141,33); }
div.DivClassName
{
background-color: #018D21;
}
.BgClassName
{
background-color: #018D21;
}
</style>
border-color css
<style>
span { border-color: #018D21; }
span { border-color: rgb(1,141,33); }
td.TdClassName
{
border-color: #018D21;
}
.TagClassName
{
border-color: #018D21;
}
</style>