Shades of Forest Green #009425
Tints of Forest Green #009425
RGB
CMYK
RGB Variations
Color information
#009425 (or 0x009425) is known color: Forest Green. HEX triplet: 00, 94 and 25. RGB value is (0,148,37). Sum of RGB (Red+Green+Blue) = 0+148+37=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #009425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009425 is #FF6BDA. Grayscale: #5B5B5B. Windows color (decimal): -16739291 or 2462720. OLE color: 2462720.
HSL color Cylindrical-coordinate representation of color #009425: hue angle of 135º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009425 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 37 | - |
| CMYK | 1 | 0 | 0.75 | 0.42 |
| HSL | 135º | 1% | 0.29% | - |
| HSV(B) | 135º | 1% | 0.58% | - |
| XYZ | 10.92 | 21.31 | 5.29 | - |
| YUV | 91.09 | 97.47 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 37 | 1 | 0 | 0.75 | 0.42 | 135 | 1 | 0.29 |
| Hex | 0 | 94 | 25 | 64 | 0 | 4B | 2A | 87 | 64 | 1D |
| Octal | 0 | 224 | 45 | 144 | 0 | 113 | 52 | 207 | 144 | 35 |
| Binary | 0 | 10010100 | 100101 | 1100100 | 0 | 1001011 | 101010 | 10000111 | 1100100 | 11101 |
Color Harmonies of #009425
Complementary color
Monochromatic Colors of #009425
Black with #009425
Text Example
Text Example
White with #009425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009425; }
p { color: rgb(0,148,37); }
H1.HeaderClassName
{
color: #009425;
}
.AnyTagClassName
{
color: #009425;
}
</style>
background-color css
<style>
a { background-color: #009425; }
a { background-color: rgb(0,148,37); }
div.DivClassName
{
background-color: #009425;
}
.BgClassName
{
background-color: #009425;
}
</style>
border-color css
<style>
span { border-color: #009425; }
span { border-color: rgb(0,148,37); }
td.TdClassName
{
border-color: #009425;
}
.TagClassName
{
border-color: #009425;
}
</style>