Shades of Forest Green #088B2F
Tints of Forest Green #088B2F
RGB
CMYK
RGB Variations
Color information
#088B2F (or 0x088B2F) is known color: Forest Green. HEX triplet: 08, 8B and 2F. RGB value is (8,139,47). Sum of RGB (Red+Green+Blue) = 8+139+47=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #088B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B2F is #F774D0. Grayscale: #595959. Windows color (decimal): -16217297 or 3115784. OLE color: 3115784.
HSL color Cylindrical-coordinate representation of color #088B2F: hue angle of 137.86º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B2F is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 47 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.45 |
| HSL | 137.86º | 0.89% | 0.29% | - |
| HSV(B) | 137.86º | 0.94% | 0.55% | - |
| XYZ | 9.85 | 18.72 | 5.78 | - |
| YUV | 89.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 47 | 0.94 | 0 | 0.66 | 0.45 | 137.86 | 0.89 | 0.29 |
| Hex | 8 | 8B | 2F | 5E | 0 | 42 | 2D | 8A | 59 | 1D |
| Octal | 10 | 213 | 57 | 136 | 0 | 102 | 55 | 212 | 131 | 35 |
| Binary | 1000 | 10001011 | 101111 | 1011110 | 0 | 1000010 | 101101 | 10001010 | 1011001 | 11101 |
Color Harmonies of #088B2F
Complementary color
Monochromatic Colors of #088B2F
Black with #088B2F
Text Example
Text Example
White with #088B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B2F; }
p { color: rgb(8,139,47); }
H1.HeaderClassName
{
color: #088B2F;
}
.AnyTagClassName
{
color: #088B2F;
}
</style>
background-color css
<style>
a { background-color: #088B2F; }
a { background-color: rgb(8,139,47); }
div.DivClassName
{
background-color: #088B2F;
}
.BgClassName
{
background-color: #088B2F;
}
</style>
border-color css
<style>
span { border-color: #088B2F; }
span { border-color: rgb(8,139,47); }
td.TdClassName
{
border-color: #088B2F;
}
.TagClassName
{
border-color: #088B2F;
}
</style>