Shades of Forest Green #018F28
Tints of Forest Green #018F28
RGB
CMYK
RGB Variations
Color information
#018F28 (or 0x018F28) is known color: Forest Green. HEX triplet: 01, 8F and 28. RGB value is (1,143,40). Sum of RGB (Red+Green+Blue) = 1+143+40=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 143 (56.25% from 255 or 77.72% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 143 - color contains mainly: green. Hex color #018F28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F28 is #FE70D7. Grayscale: #595959. Windows color (decimal): -16675032 or 2658049. OLE color: 2658049.
HSL color Cylindrical-coordinate representation of color #018F28: hue angle of 136.48º 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 #018F28 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 40 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.44 |
| HSL | 136.48º | 0.99% | 0.28% | - |
| HSV(B) | 136.48º | 0.99% | 0.56% | - |
| XYZ | 10.22 | 19.8 | 5.29 | - |
| YUV | 88.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 40 | 0.99 | 0 | 0.72 | 0.44 | 136.48 | 0.99 | 0.28 |
| Hex | 1 | 8F | 28 | 63 | 0 | 48 | 2C | 88 | 63 | 1C |
| Octal | 1 | 217 | 50 | 143 | 0 | 110 | 54 | 210 | 143 | 34 |
| Binary | 1 | 10001111 | 101000 | 1100011 | 0 | 1001000 | 101100 | 10001000 | 1100011 | 11100 |
Color Harmonies of #018F28
Complementary color
Monochromatic Colors of #018F28
Black with #018F28
Text Example
Text Example
White with #018F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F28; }
p { color: rgb(1,143,40); }
H1.HeaderClassName
{
color: #018F28;
}
.AnyTagClassName
{
color: #018F28;
}
</style>
background-color css
<style>
a { background-color: #018F28; }
a { background-color: rgb(1,143,40); }
div.DivClassName
{
background-color: #018F28;
}
.BgClassName
{
background-color: #018F28;
}
</style>
border-color css
<style>
span { border-color: #018F28; }
span { border-color: rgb(1,143,40); }
td.TdClassName
{
border-color: #018F28;
}
.TagClassName
{
border-color: #018F28;
}
</style>