Shades of Forest Green #08882A
Tints of Forest Green #08882A
RGB
CMYK
RGB Variations
Color information
#08882A (or 0x08882A) is known color: Forest Green. HEX triplet: 08, 88 and 2A. RGB value is (8,136,42). Sum of RGB (Red+Green+Blue) = 8+136+42=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 136 (53.52% from 255 or 73.12% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 136 - color contains mainly: green. Hex color #08882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08882A is #F777D5. Grayscale: #575757. Windows color (decimal): -16218070 or 2787336. OLE color: 2787336.
HSL color Cylindrical-coordinate representation of color #08882A: hue angle of 135.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08882A is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 42 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.47 |
| HSL | 135.94º | 0.89% | 0.28% | - |
| HSV(B) | 135.94º | 0.94% | 0.53% | - |
| XYZ | 9.32 | 17.83 | 5.14 | - |
| YUV | 87.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 42 | 0.94 | 0 | 0.69 | 0.47 | 135.94 | 0.89 | 0.28 |
| Hex | 8 | 88 | 2A | 5E | 0 | 45 | 2F | 88 | 59 | 1C |
| Octal | 10 | 210 | 52 | 136 | 0 | 105 | 57 | 210 | 131 | 34 |
| Binary | 1000 | 10001000 | 101010 | 1011110 | 0 | 1000101 | 101111 | 10001000 | 1011001 | 11100 |
Color Harmonies of #08882A
Complementary color
Monochromatic Colors of #08882A
Black with #08882A
Text Example
Text Example
White with #08882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08882A; }
p { color: rgb(8,136,42); }
H1.HeaderClassName
{
color: #08882A;
}
.AnyTagClassName
{
color: #08882A;
}
</style>
background-color css
<style>
a { background-color: #08882A; }
a { background-color: rgb(8,136,42); }
div.DivClassName
{
background-color: #08882A;
}
.BgClassName
{
background-color: #08882A;
}
</style>
border-color css
<style>
span { border-color: #08882A; }
span { border-color: rgb(8,136,42); }
td.TdClassName
{
border-color: #08882A;
}
.TagClassName
{
border-color: #08882A;
}
</style>