Shades of Forest Green #018C29
Tints of Forest Green #018C29
RGB
CMYK
RGB Variations
Color information
#018C29 (or 0x018C29) is known color: Forest Green. HEX triplet: 01, 8C and 29. RGB value is (1,140,41). Sum of RGB (Red+Green+Blue) = 1+140+41=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 140 (55.08% from 255 or 76.92% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 140 - color contains mainly: green. Hex color #018C29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C29 is #FE73D6. Grayscale: #575757. Windows color (decimal): -16675799 or 2722817. OLE color: 2722817.
HSL color Cylindrical-coordinate representation of color #018C29: hue angle of 137.27º 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 #018C29 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 41 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.45 |
| HSL | 137.27º | 0.99% | 0.28% | - |
| HSV(B) | 137.27º | 0.99% | 0.55% | - |
| XYZ | 9.79 | 18.92 | 5.23 | - |
| YUV | 87.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 41 | 0.99 | 0 | 0.71 | 0.45 | 137.27 | 0.99 | 0.28 |
| Hex | 1 | 8C | 29 | 63 | 0 | 47 | 2D | 89 | 63 | 1C |
| Octal | 1 | 214 | 51 | 143 | 0 | 107 | 55 | 211 | 143 | 34 |
| Binary | 1 | 10001100 | 101001 | 1100011 | 0 | 1000111 | 101101 | 10001001 | 1100011 | 11100 |
Color Harmonies of #018C29
Complementary color
Monochromatic Colors of #018C29
Black with #018C29
Text Example
Text Example
White with #018C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C29; }
p { color: rgb(1,140,41); }
H1.HeaderClassName
{
color: #018C29;
}
.AnyTagClassName
{
color: #018C29;
}
</style>
background-color css
<style>
a { background-color: #018C29; }
a { background-color: rgb(1,140,41); }
div.DivClassName
{
background-color: #018C29;
}
.BgClassName
{
background-color: #018C29;
}
</style>
border-color css
<style>
span { border-color: #018C29; }
span { border-color: rgb(1,140,41); }
td.TdClassName
{
border-color: #018C29;
}
.TagClassName
{
border-color: #018C29;
}
</style>