Shades of Forest Green #018F2A
Tints of Forest Green #018F2A
RGB
CMYK
RGB Variations
Color information
#018F2A (or 0x018F2A) is known color: Forest Green. HEX triplet: 01, 8F and 2A. RGB value is (1,143,42). Sum of RGB (Red+Green+Blue) = 1+143+42=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 143 (56.25% from 255 or 76.88% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 143 - color contains mainly: green. Hex color #018F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F2A is #FE70D5. Grayscale: #595959. Windows color (decimal): -16675030 or 2789121. OLE color: 2789121.
HSL color Cylindrical-coordinate representation of color #018F2A: hue angle of 137.32º 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 #018F2A is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 42 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.44 |
| HSL | 137.32º | 0.99% | 0.28% | - |
| HSV(B) | 137.32º | 0.99% | 0.56% | - |
| XYZ | 10.25 | 19.82 | 5.48 | - |
| YUV | 89.03 | 101.46 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 42 | 0.99 | 0 | 0.71 | 0.44 | 137.32 | 0.99 | 0.28 |
| Hex | 1 | 8F | 2A | 63 | 0 | 47 | 2C | 89 | 63 | 1C |
| Octal | 1 | 217 | 52 | 143 | 0 | 107 | 54 | 211 | 143 | 34 |
| Binary | 1 | 10001111 | 101010 | 1100011 | 0 | 1000111 | 101100 | 10001001 | 1100011 | 11100 |
Color Harmonies of #018F2A
Complementary color
Monochromatic Colors of #018F2A
Black with #018F2A
Text Example
Text Example
White with #018F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F2A; }
p { color: rgb(1,143,42); }
H1.HeaderClassName
{
color: #018F2A;
}
.AnyTagClassName
{
color: #018F2A;
}
</style>
background-color css
<style>
a { background-color: #018F2A; }
a { background-color: rgb(1,143,42); }
div.DivClassName
{
background-color: #018F2A;
}
.BgClassName
{
background-color: #018F2A;
}
</style>
border-color css
<style>
span { border-color: #018F2A; }
span { border-color: rgb(1,143,42); }
td.TdClassName
{
border-color: #018F2A;
}
.TagClassName
{
border-color: #018F2A;
}
</style>