Shades of Forest Green #018725
Tints of Forest Green #018725
RGB
CMYK
RGB Variations
Color information
#018725 (or 0x018725) is known color: Forest Green. HEX triplet: 01, 87 and 25. RGB value is (1,135,37). Sum of RGB (Red+Green+Blue) = 1+135+37=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 135 (53.12% from 255 or 78.03% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 135 - color contains mainly: green. Hex color #018725 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018725 is #FE78DA. Grayscale: #545454. Windows color (decimal): -16677083 or 2459393. OLE color: 2459393.
HSL color Cylindrical-coordinate representation of color #018725: hue angle of 136.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018725 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 37 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.47 |
| HSL | 136.12º | 0.99% | 0.27% | - |
| HSV(B) | 136.12º | 0.99% | 0.53% | - |
| XYZ | 9.01 | 17.47 | 4.65 | - |
| YUV | 83.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 37 | 0.99 | 0 | 0.73 | 0.47 | 136.12 | 0.99 | 0.27 |
| Hex | 1 | 87 | 25 | 63 | 0 | 49 | 2F | 88 | 63 | 1B |
| Octal | 1 | 207 | 45 | 143 | 0 | 111 | 57 | 210 | 143 | 33 |
| Binary | 1 | 10000111 | 100101 | 1100011 | 0 | 1001001 | 101111 | 10001000 | 1100011 | 11011 |
Color Harmonies of #018725
Complementary color
Monochromatic Colors of #018725
Black with #018725
Text Example
Text Example
White with #018725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018725; }
p { color: rgb(1,135,37); }
H1.HeaderClassName
{
color: #018725;
}
.AnyTagClassName
{
color: #018725;
}
</style>
background-color css
<style>
a { background-color: #018725; }
a { background-color: rgb(1,135,37); }
div.DivClassName
{
background-color: #018725;
}
.BgClassName
{
background-color: #018725;
}
</style>
border-color css
<style>
span { border-color: #018725; }
span { border-color: rgb(1,135,37); }
td.TdClassName
{
border-color: #018725;
}
.TagClassName
{
border-color: #018725;
}
</style>