Shades of Forest Green #008425
Tints of Forest Green #008425
RGB
CMYK
RGB Variations
Color information
#008425 (or 0x008425) is known color: Forest Green. HEX triplet: 00, 84 and 25. RGB value is (0,132,37). Sum of RGB (Red+Green+Blue) = 0+132+37=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 132 (51.95% from 255 or 78.11% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 132 - color contains mainly: green. Hex color #008425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008425 is #FF7BDA. Grayscale: #515151. Windows color (decimal): -16743387 or 2458624. OLE color: 2458624.
HSL color Cylindrical-coordinate representation of color #008425: hue angle of 136.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008425 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 37 | - |
| CMYK | 1 | 0 | 0.72 | 0.48 |
| HSL | 136.82º | 1% | 0.26% | - |
| HSV(B) | 136.82º | 1% | 0.52% | - |
| XYZ | 8.59 | 16.64 | 4.51 | - |
| YUV | 81.7 | 102.77 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 37 | 1 | 0 | 0.72 | 0.48 | 136.82 | 1 | 0.26 |
| Hex | 0 | 84 | 25 | 64 | 0 | 48 | 30 | 89 | 64 | 1A |
| Octal | 0 | 204 | 45 | 144 | 0 | 110 | 60 | 211 | 144 | 32 |
| Binary | 0 | 10000100 | 100101 | 1100100 | 0 | 1001000 | 110000 | 10001001 | 1100100 | 11010 |
Color Harmonies of #008425
Complementary color
Monochromatic Colors of #008425
Black with #008425
Text Example
Text Example
White with #008425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008425; }
p { color: rgb(0,132,37); }
H1.HeaderClassName
{
color: #008425;
}
.AnyTagClassName
{
color: #008425;
}
</style>
background-color css
<style>
a { background-color: #008425; }
a { background-color: rgb(0,132,37); }
div.DivClassName
{
background-color: #008425;
}
.BgClassName
{
background-color: #008425;
}
</style>
border-color css
<style>
span { border-color: #008425; }
span { border-color: rgb(0,132,37); }
td.TdClassName
{
border-color: #008425;
}
.TagClassName
{
border-color: #008425;
}
</style>