Shades of Forest Green #018C27
Tints of Forest Green #018C27
RGB
CMYK
RGB Variations
Color information
#018C27 (or 0x018C27) is known color: Forest Green. HEX triplet: 01, 8C and 27. RGB value is (1,140,39). Sum of RGB (Red+Green+Blue) = 1+140+39=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #018C27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C27 is #FE73D8. Grayscale: #575757. Windows color (decimal): -16675801 or 2591745. OLE color: 2591745.
HSL color Cylindrical-coordinate representation of color #018C27: hue angle of 136.4º 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 #018C27 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 39 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.45 |
| HSL | 136.4º | 0.99% | 0.28% | - |
| HSV(B) | 136.4º | 0.99% | 0.55% | - |
| XYZ | 9.76 | 18.91 | 5.06 | - |
| YUV | 86.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 39 | 0.99 | 0 | 0.72 | 0.45 | 136.4 | 0.99 | 0.28 |
| Hex | 1 | 8C | 27 | 63 | 0 | 48 | 2D | 88 | 63 | 1C |
| Octal | 1 | 214 | 47 | 143 | 0 | 110 | 55 | 210 | 143 | 34 |
| Binary | 1 | 10001100 | 100111 | 1100011 | 0 | 1001000 | 101101 | 10001000 | 1100011 | 11100 |
Color Harmonies of #018C27
Complementary color
Monochromatic Colors of #018C27
Black with #018C27
Text Example
Text Example
White with #018C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C27; }
p { color: rgb(1,140,39); }
H1.HeaderClassName
{
color: #018C27;
}
.AnyTagClassName
{
color: #018C27;
}
</style>
background-color css
<style>
a { background-color: #018C27; }
a { background-color: rgb(1,140,39); }
div.DivClassName
{
background-color: #018C27;
}
.BgClassName
{
background-color: #018C27;
}
</style>
border-color css
<style>
span { border-color: #018C27; }
span { border-color: rgb(1,140,39); }
td.TdClassName
{
border-color: #018C27;
}
.TagClassName
{
border-color: #018C27;
}
</style>