Shades of Forest Green #088B1F
Tints of Forest Green #088B1F
RGB
CMYK
RGB Variations
Color information
#088B1F (or 0x088B1F) is known color: Forest Green. HEX triplet: 08, 8B and 1F. RGB value is (8,139,31). Sum of RGB (Red+Green+Blue) = 8+139+31=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 139 (54.69% from 255 or 78.09% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 139 - color contains mainly: green. Hex color #088B1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B1F is #F774E0. Grayscale: #575757. Windows color (decimal): -16217313 or 2067208. OLE color: 2067208.
HSL color Cylindrical-coordinate representation of color #088B1F: hue angle of 130.53º 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 #088B1F is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 31 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.45 |
| HSL | 130.53º | 0.89% | 0.29% | - |
| HSV(B) | 130.53º | 0.94% | 0.55% | - |
| XYZ | 9.58 | 18.62 | 4.38 | - |
| YUV | 87.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 31 | 0.94 | 0 | 0.78 | 0.45 | 130.53 | 0.89 | 0.29 |
| Hex | 8 | 8B | 1F | 5E | 0 | 4E | 2D | 83 | 59 | 1D |
| Octal | 10 | 213 | 37 | 136 | 0 | 116 | 55 | 203 | 131 | 35 |
| Binary | 1000 | 10001011 | 11111 | 1011110 | 0 | 1001110 | 101101 | 10000011 | 1011001 | 11101 |
Color Harmonies of #088B1F
Complementary color
Monochromatic Colors of #088B1F
Black with #088B1F
Text Example
Text Example
White with #088B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B1F; }
p { color: rgb(8,139,31); }
H1.HeaderClassName
{
color: #088B1F;
}
.AnyTagClassName
{
color: #088B1F;
}
</style>
background-color css
<style>
a { background-color: #088B1F; }
a { background-color: rgb(8,139,31); }
div.DivClassName
{
background-color: #088B1F;
}
.BgClassName
{
background-color: #088B1F;
}
</style>
border-color css
<style>
span { border-color: #088B1F; }
span { border-color: rgb(8,139,31); }
td.TdClassName
{
border-color: #088B1F;
}
.TagClassName
{
border-color: #088B1F;
}
</style>