Shades of Forest Green #018D25
Tints of Forest Green #018D25
RGB
CMYK
RGB Variations
Color information
#018D25 (or 0x018D25) is known color: Forest Green. HEX triplet: 01, 8D and 25. RGB value is (1,141,37). Sum of RGB (Red+Green+Blue) = 1+141+37=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 141 (55.47% from 255 or 78.77% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 141 - color contains mainly: green. Hex color #018D25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D25 is #FE72DA. Grayscale: #575757. Windows color (decimal): -16675547 or 2460929. OLE color: 2460929.
HSL color Cylindrical-coordinate representation of color #018D25: hue angle of 135.43º 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 #018D25 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 37 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.45 |
| HSL | 135.43º | 0.99% | 0.28% | - |
| HSV(B) | 135.43º | 0.99% | 0.55% | - |
| XYZ | 9.87 | 19.19 | 4.93 | - |
| YUV | 87.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 37 | 0.99 | 0 | 0.74 | 0.45 | 135.43 | 0.99 | 0.28 |
| Hex | 1 | 8D | 25 | 63 | 0 | 4A | 2D | 87 | 63 | 1C |
| Octal | 1 | 215 | 45 | 143 | 0 | 112 | 55 | 207 | 143 | 34 |
| Binary | 1 | 10001101 | 100101 | 1100011 | 0 | 1001010 | 101101 | 10000111 | 1100011 | 11100 |
Color Harmonies of #018D25
Complementary color
Monochromatic Colors of #018D25
Black with #018D25
Text Example
Text Example
White with #018D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D25; }
p { color: rgb(1,141,37); }
H1.HeaderClassName
{
color: #018D25;
}
.AnyTagClassName
{
color: #018D25;
}
</style>
background-color css
<style>
a { background-color: #018D25; }
a { background-color: rgb(1,141,37); }
div.DivClassName
{
background-color: #018D25;
}
.BgClassName
{
background-color: #018D25;
}
</style>
border-color css
<style>
span { border-color: #018D25; }
span { border-color: rgb(1,141,37); }
td.TdClassName
{
border-color: #018D25;
}
.TagClassName
{
border-color: #018D25;
}
</style>