Shades of Forest Green #018D28
Tints of Forest Green #018D28
RGB
CMYK
RGB Variations
Color information
#018D28 (or 0x018D28) is known color: Forest Green. HEX triplet: 01, 8D and 28. RGB value is (1,141,40). Sum of RGB (Red+Green+Blue) = 1+141+40=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 141 (55.47% from 255 or 77.47% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 141 - color contains mainly: green. Hex color #018D28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D28 is #FE72D7. Grayscale: #575757. Windows color (decimal): -16675544 or 2657537. OLE color: 2657537.
HSL color Cylindrical-coordinate representation of color #018D28: hue angle of 136.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 #018D28 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 40 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.45 |
| HSL | 136.71º | 0.99% | 0.28% | - |
| HSV(B) | 136.71º | 0.99% | 0.55% | - |
| XYZ | 9.92 | 19.21 | 5.19 | - |
| YUV | 87.63 | 101.12 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 40 | 0.99 | 0 | 0.72 | 0.45 | 136.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | 28 | 63 | 0 | 48 | 2D | 89 | 63 | 1C |
| Octal | 1 | 215 | 50 | 143 | 0 | 110 | 55 | 211 | 143 | 34 |
| Binary | 1 | 10001101 | 101000 | 1100011 | 0 | 1001000 | 101101 | 10001001 | 1100011 | 11100 |
Color Harmonies of #018D28
Complementary color
Monochromatic Colors of #018D28
Black with #018D28
Text Example
Text Example
White with #018D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D28; }
p { color: rgb(1,141,40); }
H1.HeaderClassName
{
color: #018D28;
}
.AnyTagClassName
{
color: #018D28;
}
</style>
background-color css
<style>
a { background-color: #018D28; }
a { background-color: rgb(1,141,40); }
div.DivClassName
{
background-color: #018D28;
}
.BgClassName
{
background-color: #018D28;
}
</style>
border-color css
<style>
span { border-color: #018D28; }
span { border-color: rgb(1,141,40); }
td.TdClassName
{
border-color: #018D28;
}
.TagClassName
{
border-color: #018D28;
}
</style>