Shades of Forest Green #088A2A
Tints of Forest Green #088A2A
RGB
CMYK
RGB Variations
Color information
#088A2A (or 0x088A2A) is known color: Forest Green. HEX triplet: 08, 8A and 2A. RGB value is (8,138,42). Sum of RGB (Red+Green+Blue) = 8+138+42=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #088A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A2A is #F775D5. Grayscale: #585858. Windows color (decimal): -16217558 or 2787848. OLE color: 2787848.
HSL color Cylindrical-coordinate representation of color #088A2A: hue angle of 135.69º 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 #088A2A is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 42 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.46 |
| HSL | 135.69º | 0.89% | 0.29% | - |
| HSV(B) | 135.69º | 0.94% | 0.54% | - |
| XYZ | 9.61 | 18.4 | 5.23 | - |
| YUV | 88.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 42 | 0.94 | 0 | 0.70 | 0.46 | 135.69 | 0.89 | 0.29 |
| Hex | 8 | 8A | 2A | 5E | 0 | 46 | 2E | 88 | 59 | 1D |
| Octal | 10 | 212 | 52 | 136 | 0 | 106 | 56 | 210 | 131 | 35 |
| Binary | 1000 | 10001010 | 101010 | 1011110 | 0 | 1000110 | 101110 | 10001000 | 1011001 | 11101 |
Color Harmonies of #088A2A
Complementary color
Monochromatic Colors of #088A2A
Black with #088A2A
Text Example
Text Example
White with #088A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A2A; }
p { color: rgb(8,138,42); }
H1.HeaderClassName
{
color: #088A2A;
}
.AnyTagClassName
{
color: #088A2A;
}
</style>
background-color css
<style>
a { background-color: #088A2A; }
a { background-color: rgb(8,138,42); }
div.DivClassName
{
background-color: #088A2A;
}
.BgClassName
{
background-color: #088A2A;
}
</style>
border-color css
<style>
span { border-color: #088A2A; }
span { border-color: rgb(8,138,42); }
td.TdClassName
{
border-color: #088A2A;
}
.TagClassName
{
border-color: #088A2A;
}
</style>