Shades of Forest Green #019425
Tints of Forest Green #019425
RGB
CMYK
RGB Variations
Color information
#019425 (or 0x019425) is known color: Forest Green. HEX triplet: 01, 94 and 25. RGB value is (1,148,37). Sum of RGB (Red+Green+Blue) = 1+148+37=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #019425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019425 is #FE6BDA. Grayscale: #5B5B5B. Windows color (decimal): -16673755 or 2462721. OLE color: 2462721.
HSL color Cylindrical-coordinate representation of color #019425: hue angle of 134.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019425 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 148 | 37 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.42 |
| HSL | 134.69º | 0.99% | 0.29% | - |
| HSV(B) | 134.69º | 0.99% | 0.58% | - |
| XYZ | 10.94 | 21.32 | 5.29 | - |
| YUV | 91.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 37 | 0.99 | 0 | 0.75 | 0.42 | 134.69 | 0.99 | 0.29 |
| Hex | 1 | 94 | 25 | 63 | 0 | 4B | 2A | 87 | 63 | 1D |
| Octal | 1 | 224 | 45 | 143 | 0 | 113 | 52 | 207 | 143 | 35 |
| Binary | 1 | 10010100 | 100101 | 1100011 | 0 | 1001011 | 101010 | 10000111 | 1100011 | 11101 |
Color Harmonies of #019425
Complementary color
Monochromatic Colors of #019425
Black with #019425
Text Example
Text Example
White with #019425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019425; }
p { color: rgb(1,148,37); }
H1.HeaderClassName
{
color: #019425;
}
.AnyTagClassName
{
color: #019425;
}
</style>
background-color css
<style>
a { background-color: #019425; }
a { background-color: rgb(1,148,37); }
div.DivClassName
{
background-color: #019425;
}
.BgClassName
{
background-color: #019425;
}
</style>
border-color css
<style>
span { border-color: #019425; }
span { border-color: rgb(1,148,37); }
td.TdClassName
{
border-color: #019425;
}
.TagClassName
{
border-color: #019425;
}
</style>