Shades of Forest Green #088B2B
Tints of Forest Green #088B2B
RGB
CMYK
RGB Variations
Color information
#088B2B (or 0x088B2B) is known color: Forest Green. HEX triplet: 08, 8B and 2B. RGB value is (8,139,43). Sum of RGB (Red+Green+Blue) = 8+139+43=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #088B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B2B is #F774D4. Grayscale: #595959. Windows color (decimal): -16217301 or 2853640. OLE color: 2853640.
HSL color Cylindrical-coordinate representation of color #088B2B: hue angle of 136.03º 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 #088B2B is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 43 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.45 |
| HSL | 136.03º | 0.89% | 0.29% | - |
| HSV(B) | 136.03º | 0.94% | 0.55% | - |
| XYZ | 9.77 | 18.69 | 5.38 | - |
| YUV | 88.89 | 102.1 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 43 | 0.94 | 0 | 0.69 | 0.45 | 136.03 | 0.89 | 0.29 |
| Hex | 8 | 8B | 2B | 5E | 0 | 45 | 2D | 88 | 59 | 1D |
| Octal | 10 | 213 | 53 | 136 | 0 | 105 | 55 | 210 | 131 | 35 |
| Binary | 1000 | 10001011 | 101011 | 1011110 | 0 | 1000101 | 101101 | 10001000 | 1011001 | 11101 |
Color Harmonies of #088B2B
Complementary color
Monochromatic Colors of #088B2B
Black with #088B2B
Text Example
Text Example
White with #088B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B2B; }
p { color: rgb(8,139,43); }
H1.HeaderClassName
{
color: #088B2B;
}
.AnyTagClassName
{
color: #088B2B;
}
</style>
background-color css
<style>
a { background-color: #088B2B; }
a { background-color: rgb(8,139,43); }
div.DivClassName
{
background-color: #088B2B;
}
.BgClassName
{
background-color: #088B2B;
}
</style>
border-color css
<style>
span { border-color: #088B2B; }
span { border-color: rgb(8,139,43); }
td.TdClassName
{
border-color: #088B2B;
}
.TagClassName
{
border-color: #088B2B;
}
</style>