Shades of Forest Green #088121
Tints of Forest Green #088121
RGB
CMYK
RGB Variations
Color information
#088121 (or 0x088121) is known color: Forest Green. HEX triplet: 08, 81 and 21. RGB value is (8,129,33). Sum of RGB (Red+Green+Blue) = 8+129+33=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #088121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088121 is #F77EDE. Grayscale: #525252. Windows color (decimal): -16219871 or 2195720. OLE color: 2195720.
HSL color Cylindrical-coordinate representation of color #088121: hue angle of 132.4º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088121 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 33 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.49 |
| HSL | 132.4º | 0.88% | 0.27% | - |
| HSV(B) | 132.4º | 0.94% | 0.51% | - |
| XYZ | 8.22 | 15.86 | 4.07 | - |
| YUV | 81.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 33 | 0.94 | 0 | 0.74 | 0.49 | 132.4 | 0.88 | 0.27 |
| Hex | 8 | 81 | 21 | 5E | 0 | 4A | 31 | 84 | 58 | 1B |
| Octal | 10 | 201 | 41 | 136 | 0 | 112 | 61 | 204 | 130 | 33 |
| Binary | 1000 | 10000001 | 100001 | 1011110 | 0 | 1001010 | 110001 | 10000100 | 1011000 | 11011 |
Color Harmonies of #088121
Complementary color
Monochromatic Colors of #088121
Black with #088121
Text Example
Text Example
White with #088121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088121; }
p { color: rgb(8,129,33); }
H1.HeaderClassName
{
color: #088121;
}
.AnyTagClassName
{
color: #088121;
}
</style>
background-color css
<style>
a { background-color: #088121; }
a { background-color: rgb(8,129,33); }
div.DivClassName
{
background-color: #088121;
}
.BgClassName
{
background-color: #088121;
}
</style>
border-color css
<style>
span { border-color: #088121; }
span { border-color: rgb(8,129,33); }
td.TdClassName
{
border-color: #088121;
}
.TagClassName
{
border-color: #088121;
}
</style>