Shades of Forest Green #018E22
Tints of Forest Green #018E22
RGB
CMYK
RGB Variations
Color information
#018E22 (or 0x018E22) is known color: Forest Green. HEX triplet: 01, 8E and 22. RGB value is (1,142,34). Sum of RGB (Red+Green+Blue) = 1+142+34=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 142 (55.86% from 255 or 80.23% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 142 - color contains mainly: green. Hex color #018E22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E22 is #FE71DD. Grayscale: #575757. Windows color (decimal): -16675294 or 2264577. OLE color: 2264577.
HSL color Cylindrical-coordinate representation of color #018E22: hue angle of 134.04º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E22 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 34 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.44 |
| HSL | 134.04º | 0.99% | 0.28% | - |
| HSV(B) | 134.04º | 0.99% | 0.56% | - |
| XYZ | 9.97 | 19.47 | 4.75 | - |
| YUV | 87.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 34 | 0.99 | 0 | 0.76 | 0.44 | 134.04 | 0.99 | 0.28 |
| Hex | 1 | 8E | 22 | 63 | 0 | 4C | 2C | 86 | 63 | 1C |
| Octal | 1 | 216 | 42 | 143 | 0 | 114 | 54 | 206 | 143 | 34 |
| Binary | 1 | 10001110 | 100010 | 1100011 | 0 | 1001100 | 101100 | 10000110 | 1100011 | 11100 |
Color Harmonies of #018E22
Complementary color
Monochromatic Colors of #018E22
Black with #018E22
Text Example
Text Example
White with #018E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E22; }
p { color: rgb(1,142,34); }
H1.HeaderClassName
{
color: #018E22;
}
.AnyTagClassName
{
color: #018E22;
}
</style>
background-color css
<style>
a { background-color: #018E22; }
a { background-color: rgb(1,142,34); }
div.DivClassName
{
background-color: #018E22;
}
.BgClassName
{
background-color: #018E22;
}
</style>
border-color css
<style>
span { border-color: #018E22; }
span { border-color: rgb(1,142,34); }
td.TdClassName
{
border-color: #018E22;
}
.TagClassName
{
border-color: #018E22;
}
</style>