Shades of Forest Green #008226
Tints of Forest Green #008226
RGB
CMYK
RGB Variations
Color information
#008226 (or 0x008226) is known color: Forest Green. HEX triplet: 00, 82 and 26. RGB value is (0,130,38). Sum of RGB (Red+Green+Blue) = 0+130+38=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #008226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008226 is #FF7DD9. Grayscale: #505050. Windows color (decimal): -16743898 or 2523648. OLE color: 2523648.
HSL color Cylindrical-coordinate representation of color #008226: hue angle of 137.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008226 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 38 | - |
| CMYK | 1 | 0 | 0.71 | 0.49 |
| HSL | 137.54º | 1% | 0.25% | - |
| HSV(B) | 137.54º | 1% | 0.51% | - |
| XYZ | 8.33 | 16.11 | 4.5 | - |
| YUV | 80.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 38 | 1 | 0 | 0.71 | 0.49 | 137.54 | 1 | 0.25 |
| Hex | 0 | 82 | 26 | 64 | 0 | 47 | 31 | 8A | 64 | 19 |
| Octal | 0 | 202 | 46 | 144 | 0 | 107 | 61 | 212 | 144 | 31 |
| Binary | 0 | 10000010 | 100110 | 1100100 | 0 | 1000111 | 110001 | 10001010 | 1100100 | 11001 |
Color Harmonies of #008226
Complementary color
Monochromatic Colors of #008226
Black with #008226
Text Example
Text Example
White with #008226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008226; }
p { color: rgb(0,130,38); }
H1.HeaderClassName
{
color: #008226;
}
.AnyTagClassName
{
color: #008226;
}
</style>
background-color css
<style>
a { background-color: #008226; }
a { background-color: rgb(0,130,38); }
div.DivClassName
{
background-color: #008226;
}
.BgClassName
{
background-color: #008226;
}
</style>
border-color css
<style>
span { border-color: #008226; }
span { border-color: rgb(0,130,38); }
td.TdClassName
{
border-color: #008226;
}
.TagClassName
{
border-color: #008226;
}
</style>