Shades of Forest Green #088A2D
Tints of Forest Green #088A2D
RGB
CMYK
RGB Variations
Color information
#088A2D (or 0x088A2D) is known color: Forest Green. HEX triplet: 08, 8A and 2D. RGB value is (8,138,45). Sum of RGB (Red+Green+Blue) = 8+138+45=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 138 (54.30% from 255 or 72.25% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 138 - color contains mainly: green. Hex color #088A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A2D is #F775D2. Grayscale: #585858. Windows color (decimal): -16217555 or 2984456. OLE color: 2984456.
HSL color Cylindrical-coordinate representation of color #088A2D: hue angle of 137.08º 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 #088A2D is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 45 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.46 |
| HSL | 137.08º | 0.89% | 0.29% | - |
| HSV(B) | 137.08º | 0.94% | 0.54% | - |
| XYZ | 9.66 | 18.42 | 5.53 | - |
| YUV | 88.53 | 103.43 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 45 | 0.94 | 0 | 0.67 | 0.46 | 137.08 | 0.89 | 0.29 |
| Hex | 8 | 8A | 2D | 5E | 0 | 43 | 2E | 89 | 59 | 1D |
| Octal | 10 | 212 | 55 | 136 | 0 | 103 | 56 | 211 | 131 | 35 |
| Binary | 1000 | 10001010 | 101101 | 1011110 | 0 | 1000011 | 101110 | 10001001 | 1011001 | 11101 |
Color Harmonies of #088A2D
Complementary color
Monochromatic Colors of #088A2D
Black with #088A2D
Text Example
Text Example
White with #088A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A2D; }
p { color: rgb(8,138,45); }
H1.HeaderClassName
{
color: #088A2D;
}
.AnyTagClassName
{
color: #088A2D;
}
</style>
background-color css
<style>
a { background-color: #088A2D; }
a { background-color: rgb(8,138,45); }
div.DivClassName
{
background-color: #088A2D;
}
.BgClassName
{
background-color: #088A2D;
}
</style>
border-color css
<style>
span { border-color: #088A2D; }
span { border-color: rgb(8,138,45); }
td.TdClassName
{
border-color: #088A2D;
}
.TagClassName
{
border-color: #088A2D;
}
</style>