Shades of Forest Green #019625
Tints of Forest Green #019625
RGB
CMYK
RGB Variations
Color information
#019625 (or 0x019625) is known color: Forest Green. HEX triplet: 01, 96 and 25. RGB value is (1,150,37). Sum of RGB (Red+Green+Blue) = 1+150+37=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 150 (58.98% from 255 or 79.79% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 150 - color contains mainly: green. Hex color #019625 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019625 is #FE69DA. Grayscale: #5C5C5C. Windows color (decimal): -16673243 or 2463233. OLE color: 2463233.
HSL color Cylindrical-coordinate representation of color #019625: hue angle of 134.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019625 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 37 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.41 |
| HSL | 134.5º | 0.99% | 0.3% | - |
| HSV(B) | 134.5º | 0.99% | 0.59% | - |
| XYZ | 11.25 | 21.95 | 5.39 | - |
| YUV | 92.57 | 96.64 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 37 | 0.99 | 0 | 0.75 | 0.41 | 134.5 | 0.99 | 0.3 |
| Hex | 1 | 96 | 25 | 63 | 0 | 4B | 29 | 86 | 63 | 1E |
| Octal | 1 | 226 | 45 | 143 | 0 | 113 | 51 | 206 | 143 | 36 |
| Binary | 1 | 10010110 | 100101 | 1100011 | 0 | 1001011 | 101001 | 10000110 | 1100011 | 11110 |
Color Harmonies of #019625
Complementary color
Monochromatic Colors of #019625
Black with #019625
Text Example
Text Example
White with #019625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019625; }
p { color: rgb(1,150,37); }
H1.HeaderClassName
{
color: #019625;
}
.AnyTagClassName
{
color: #019625;
}
</style>
background-color css
<style>
a { background-color: #019625; }
a { background-color: rgb(1,150,37); }
div.DivClassName
{
background-color: #019625;
}
.BgClassName
{
background-color: #019625;
}
</style>
border-color css
<style>
span { border-color: #019625; }
span { border-color: rgb(1,150,37); }
td.TdClassName
{
border-color: #019625;
}
.TagClassName
{
border-color: #019625;
}
</style>