Shades of Forest Green #018F26
Tints of Forest Green #018F26
RGB
CMYK
RGB Variations
Color information
#018F26 (or 0x018F26) is known color: Forest Green. HEX triplet: 01, 8F and 26. RGB value is (1,143,38). Sum of RGB (Red+Green+Blue) = 1+143+38=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 143 (56.25% from 255 or 78.57% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 143 - color contains mainly: green. Hex color #018F26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F26 is #FE70D9. Grayscale: #585858. Windows color (decimal): -16675034 or 2526977. OLE color: 2526977.
HSL color Cylindrical-coordinate representation of color #018F26: hue angle of 135.63º 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 #018F26 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 38 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.44 |
| HSL | 135.63º | 0.99% | 0.28% | - |
| HSV(B) | 135.63º | 0.99% | 0.56% | - |
| XYZ | 10.18 | 19.79 | 5.12 | - |
| YUV | 88.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 38 | 0.99 | 0 | 0.73 | 0.44 | 135.63 | 0.99 | 0.28 |
| Hex | 1 | 8F | 26 | 63 | 0 | 49 | 2C | 88 | 63 | 1C |
| Octal | 1 | 217 | 46 | 143 | 0 | 111 | 54 | 210 | 143 | 34 |
| Binary | 1 | 10001111 | 100110 | 1100011 | 0 | 1001001 | 101100 | 10001000 | 1100011 | 11100 |
Color Harmonies of #018F26
Complementary color
Monochromatic Colors of #018F26
Black with #018F26
Text Example
Text Example
White with #018F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F26; }
p { color: rgb(1,143,38); }
H1.HeaderClassName
{
color: #018F26;
}
.AnyTagClassName
{
color: #018F26;
}
</style>
background-color css
<style>
a { background-color: #018F26; }
a { background-color: rgb(1,143,38); }
div.DivClassName
{
background-color: #018F26;
}
.BgClassName
{
background-color: #018F26;
}
</style>
border-color css
<style>
span { border-color: #018F26; }
span { border-color: rgb(1,143,38); }
td.TdClassName
{
border-color: #018F26;
}
.TagClassName
{
border-color: #018F26;
}
</style>