Shades of Forest Green #018D24
Tints of Forest Green #018D24
RGB
CMYK
RGB Variations
Color information
#018D24 (or 0x018D24) is known color: Forest Green. HEX triplet: 01, 8D and 24. RGB value is (1,141,36). Sum of RGB (Red+Green+Blue) = 1+141+36=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #018D24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D24 is #FE72DB. Grayscale: #575757. Windows color (decimal): -16675548 or 2395393. OLE color: 2395393.
HSL color Cylindrical-coordinate representation of color #018D24: hue angle of 135º 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 #018D24 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 36 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.45 |
| HSL | 135º | 0.99% | 0.28% | - |
| HSV(B) | 135º | 0.99% | 0.55% | - |
| XYZ | 9.86 | 19.18 | 4.85 | - |
| YUV | 87.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 36 | 0.99 | 0 | 0.74 | 0.45 | 135 | 0.99 | 0.28 |
| Hex | 1 | 8D | 24 | 63 | 0 | 4A | 2D | 87 | 63 | 1C |
| Octal | 1 | 215 | 44 | 143 | 0 | 112 | 55 | 207 | 143 | 34 |
| Binary | 1 | 10001101 | 100100 | 1100011 | 0 | 1001010 | 101101 | 10000111 | 1100011 | 11100 |
Color Harmonies of #018D24
Complementary color
Monochromatic Colors of #018D24
Black with #018D24
Text Example
Text Example
White with #018D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D24; }
p { color: rgb(1,141,36); }
H1.HeaderClassName
{
color: #018D24;
}
.AnyTagClassName
{
color: #018D24;
}
</style>
background-color css
<style>
a { background-color: #018D24; }
a { background-color: rgb(1,141,36); }
div.DivClassName
{
background-color: #018D24;
}
.BgClassName
{
background-color: #018D24;
}
</style>
border-color css
<style>
span { border-color: #018D24; }
span { border-color: rgb(1,141,36); }
td.TdClassName
{
border-color: #018D24;
}
.TagClassName
{
border-color: #018D24;
}
</style>