Shades of Forest Green #088A22
Tints of Forest Green #088A22
RGB
CMYK
RGB Variations
Color information
#088A22 (or 0x088A22) is known color: Forest Green. HEX triplet: 08, 8A and 22. RGB value is (8,138,34). Sum of RGB (Red+Green+Blue) = 8+138+34=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 138 (54.30% from 255 or 76.67% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 138 - color contains mainly: green. Hex color #088A22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A22 is #F775DD. Grayscale: #575757. Windows color (decimal): -16217566 or 2263560. OLE color: 2263560.
HSL color Cylindrical-coordinate representation of color #088A22: hue angle of 132º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A22 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 34 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.46 |
| HSL | 132º | 0.89% | 0.29% | - |
| HSV(B) | 132º | 0.94% | 0.54% | - |
| XYZ | 9.48 | 18.34 | 4.55 | - |
| YUV | 87.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 34 | 0.94 | 0 | 0.75 | 0.46 | 132 | 0.89 | 0.29 |
| Hex | 8 | 8A | 22 | 5E | 0 | 4B | 2E | 84 | 59 | 1D |
| Octal | 10 | 212 | 42 | 136 | 0 | 113 | 56 | 204 | 131 | 35 |
| Binary | 1000 | 10001010 | 100010 | 1011110 | 0 | 1001011 | 101110 | 10000100 | 1011001 | 11101 |
Color Harmonies of #088A22
Complementary color
Monochromatic Colors of #088A22
Black with #088A22
Text Example
Text Example
White with #088A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A22; }
p { color: rgb(8,138,34); }
H1.HeaderClassName
{
color: #088A22;
}
.AnyTagClassName
{
color: #088A22;
}
</style>
background-color css
<style>
a { background-color: #088A22; }
a { background-color: rgb(8,138,34); }
div.DivClassName
{
background-color: #088A22;
}
.BgClassName
{
background-color: #088A22;
}
</style>
border-color css
<style>
span { border-color: #088A22; }
span { border-color: rgb(8,138,34); }
td.TdClassName
{
border-color: #088A22;
}
.TagClassName
{
border-color: #088A22;
}
</style>