Shades of Forest Green #008426
Tints of Forest Green #008426
RGB
CMYK
RGB Variations
Color information
#008426 (or 0x008426) is known color: Forest Green. HEX triplet: 00, 84 and 26. RGB value is (0,132,38). Sum of RGB (Red+Green+Blue) = 0+132+38=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 132 (51.95% from 255 or 77.65% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 132 - color contains mainly: green. Hex color #008426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008426 is #FF7BD9. Grayscale: #525252. Windows color (decimal): -16743386 or 2524160. OLE color: 2524160.
HSL color Cylindrical-coordinate representation of color #008426: hue angle of 137.27º 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 #008426 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 38 | - |
| CMYK | 1 | 0 | 0.71 | 0.48 |
| HSL | 137.27º | 1% | 0.26% | - |
| HSV(B) | 137.27º | 1% | 0.52% | - |
| XYZ | 8.6 | 16.64 | 4.59 | - |
| YUV | 81.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 38 | 1 | 0 | 0.71 | 0.48 | 137.27 | 1 | 0.26 |
| Hex | 0 | 84 | 26 | 64 | 0 | 47 | 30 | 89 | 64 | 1A |
| Octal | 0 | 204 | 46 | 144 | 0 | 107 | 60 | 211 | 144 | 32 |
| Binary | 0 | 10000100 | 100110 | 1100100 | 0 | 1000111 | 110000 | 10001001 | 1100100 | 11010 |
Color Harmonies of #008426
Complementary color
Monochromatic Colors of #008426
Black with #008426
Text Example
Text Example
White with #008426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008426; }
p { color: rgb(0,132,38); }
H1.HeaderClassName
{
color: #008426;
}
.AnyTagClassName
{
color: #008426;
}
</style>
background-color css
<style>
a { background-color: #008426; }
a { background-color: rgb(0,132,38); }
div.DivClassName
{
background-color: #008426;
}
.BgClassName
{
background-color: #008426;
}
</style>
border-color css
<style>
span { border-color: #008426; }
span { border-color: rgb(0,132,38); }
td.TdClassName
{
border-color: #008426;
}
.TagClassName
{
border-color: #008426;
}
</style>