Shades of Forest Green #018C25
Tints of Forest Green #018C25
RGB
CMYK
RGB Variations
Color information
#018C25 (or 0x018C25) is known color: Forest Green. HEX triplet: 01, 8C and 25. RGB value is (1,140,37). Sum of RGB (Red+Green+Blue) = 1+140+37=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 140 (55.08% from 255 or 78.65% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 140 - color contains mainly: green. Hex color #018C25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C25 is #FE73DA. Grayscale: #565656. Windows color (decimal): -16675803 or 2460673. OLE color: 2460673.
HSL color Cylindrical-coordinate representation of color #018C25: hue angle of 135.54º 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 #018C25 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 37 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.45 |
| HSL | 135.54º | 0.99% | 0.28% | - |
| HSV(B) | 135.54º | 0.99% | 0.55% | - |
| XYZ | 9.72 | 18.9 | 4.89 | - |
| YUV | 86.7 | 99.95 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 37 | 0.99 | 0 | 0.74 | 0.45 | 135.54 | 0.99 | 0.28 |
| Hex | 1 | 8C | 25 | 63 | 0 | 4A | 2D | 88 | 63 | 1C |
| Octal | 1 | 214 | 45 | 143 | 0 | 112 | 55 | 210 | 143 | 34 |
| Binary | 1 | 10001100 | 100101 | 1100011 | 0 | 1001010 | 101101 | 10001000 | 1100011 | 11100 |
Color Harmonies of #018C25
Complementary color
Monochromatic Colors of #018C25
Black with #018C25
Text Example
Text Example
White with #018C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C25; }
p { color: rgb(1,140,37); }
H1.HeaderClassName
{
color: #018C25;
}
.AnyTagClassName
{
color: #018C25;
}
</style>
background-color css
<style>
a { background-color: #018C25; }
a { background-color: rgb(1,140,37); }
div.DivClassName
{
background-color: #018C25;
}
.BgClassName
{
background-color: #018C25;
}
</style>
border-color css
<style>
span { border-color: #018C25; }
span { border-color: rgb(1,140,37); }
td.TdClassName
{
border-color: #018C25;
}
.TagClassName
{
border-color: #018C25;
}
</style>