Shades of Forest Green #0F882F
Tints of Forest Green #0F882F
RGB
CMYK
RGB Variations
Color information
#0F882F (or 0x0F882F) is known color: Forest Green. HEX triplet: 0F, 88 and 2F. RGB value is (15,136,47). Sum of RGB (Red+Green+Blue) = 15+136+47=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #0F882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F882F is #F077D0. Grayscale: #595959. Windows color (decimal): -15759313 or 3115023. OLE color: 3115023.
HSL color Cylindrical-coordinate representation of color #0F882F: hue angle of 135.87º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F882F is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 47 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.47 |
| HSL | 135.87º | 0.8% | 0.3% | - |
| HSV(B) | 135.87º | 0.89% | 0.53% | - |
| XYZ | 9.51 | 17.92 | 5.65 | - |
| YUV | 89.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 47 | 0.89 | 0 | 0.65 | 0.47 | 135.87 | 0.8 | 0.3 |
| Hex | F | 88 | 2F | 59 | 0 | 41 | 2F | 88 | 50 | 1E |
| Octal | 17 | 210 | 57 | 131 | 0 | 101 | 57 | 210 | 120 | 36 |
| Binary | 1111 | 10001000 | 101111 | 1011001 | 0 | 1000001 | 101111 | 10001000 | 1010000 | 11110 |
Color Harmonies of #0F882F
Complementary color
Monochromatic Colors of #0F882F
Black with #0F882F
Text Example
Text Example
White with #0F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F882F; }
p { color: rgb(15,136,47); }
H1.HeaderClassName
{
color: #0F882F;
}
.AnyTagClassName
{
color: #0F882F;
}
</style>
background-color css
<style>
a { background-color: #0F882F; }
a { background-color: rgb(15,136,47); }
div.DivClassName
{
background-color: #0F882F;
}
.BgClassName
{
background-color: #0F882F;
}
</style>
border-color css
<style>
span { border-color: #0F882F; }
span { border-color: rgb(15,136,47); }
td.TdClassName
{
border-color: #0F882F;
}
.TagClassName
{
border-color: #0F882F;
}
</style>