Shades of Forest Green #0F8E2C
Tints of Forest Green #0F8E2C
RGB
CMYK
RGB Variations
Color information
#0F8E2C (or 0x0F8E2C) is known color: Forest Green. HEX triplet: 0F, 8E and 2C. RGB value is (15,142,44). Sum of RGB (Red+Green+Blue) = 15+142+44=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 142 (55.86% from 255 or 70.65% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8E2C is #F071D3. Grayscale: #5D5D5D. Windows color (decimal): -15757780 or 2919951. OLE color: 2919951.
HSL color Cylindrical-coordinate representation of color #0F8E2C: hue angle of 133.7º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E2C is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 142 | 44 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.44 |
| HSL | 133.7º | 0.81% | 0.31% | - |
| HSV(B) | 133.7º | 0.89% | 0.56% | - |
| XYZ | 10.32 | 19.63 | 5.63 | - |
| YUV | 92.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 142 | 44 | 0.89 | 0 | 0.69 | 0.44 | 133.7 | 0.81 | 0.31 |
| Hex | F | 8E | 2C | 59 | 0 | 45 | 2C | 86 | 51 | 1F |
| Octal | 17 | 216 | 54 | 131 | 0 | 105 | 54 | 206 | 121 | 37 |
| Binary | 1111 | 10001110 | 101100 | 1011001 | 0 | 1000101 | 101100 | 10000110 | 1010001 | 11111 |
Color Harmonies of #0F8E2C
Complementary color
Monochromatic Colors of #0F8E2C
Black with #0F8E2C
Text Example
Text Example
White with #0F8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8E2C; }
p { color: rgb(15,142,44); }
H1.HeaderClassName
{
color: #0F8E2C;
}
.AnyTagClassName
{
color: #0F8E2C;
}
</style>
background-color css
<style>
a { background-color: #0F8E2C; }
a { background-color: rgb(15,142,44); }
div.DivClassName
{
background-color: #0F8E2C;
}
.BgClassName
{
background-color: #0F8E2C;
}
</style>
border-color css
<style>
span { border-color: #0F8E2C; }
span { border-color: rgb(15,142,44); }
td.TdClassName
{
border-color: #0F8E2C;
}
.TagClassName
{
border-color: #0F8E2C;
}
</style>