Shades of Forest Green #08882B
Tints of Forest Green #08882B
RGB
CMYK
RGB Variations
Color information
#08882B (or 0x08882B) is known color: Forest Green. HEX triplet: 08, 88 and 2B. RGB value is (8,136,43). Sum of RGB (Red+Green+Blue) = 8+136+43=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #08882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08882B is #F777D4. Grayscale: #575757. Windows color (decimal): -16218069 or 2852872. OLE color: 2852872.
HSL color Cylindrical-coordinate representation of color #08882B: hue angle of 136.41º 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 #08882B is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 43 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.47 |
| HSL | 136.41º | 0.89% | 0.28% | - |
| HSV(B) | 136.41º | 0.94% | 0.53% | - |
| XYZ | 9.34 | 17.83 | 5.24 | - |
| YUV | 87.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 43 | 0.94 | 0 | 0.68 | 0.47 | 136.41 | 0.89 | 0.28 |
| Hex | 8 | 88 | 2B | 5E | 0 | 44 | 2F | 88 | 59 | 1C |
| Octal | 10 | 210 | 53 | 136 | 0 | 104 | 57 | 210 | 131 | 34 |
| Binary | 1000 | 10001000 | 101011 | 1011110 | 0 | 1000100 | 101111 | 10001000 | 1011001 | 11100 |
Color Harmonies of #08882B
Complementary color
Monochromatic Colors of #08882B
Black with #08882B
Text Example
Text Example
White with #08882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08882B; }
p { color: rgb(8,136,43); }
H1.HeaderClassName
{
color: #08882B;
}
.AnyTagClassName
{
color: #08882B;
}
</style>
background-color css
<style>
a { background-color: #08882B; }
a { background-color: rgb(8,136,43); }
div.DivClassName
{
background-color: #08882B;
}
.BgClassName
{
background-color: #08882B;
}
</style>
border-color css
<style>
span { border-color: #08882B; }
span { border-color: rgb(8,136,43); }
td.TdClassName
{
border-color: #08882B;
}
.TagClassName
{
border-color: #08882B;
}
</style>