Shades of Forest Green #0F8D21
Tints of Forest Green #0F8D21
RGB
CMYK
RGB Variations
Color information
#0F8D21 (or 0x0F8D21) is known color: Forest Green. HEX triplet: 0F, 8D and 21. RGB value is (15,141,33). Sum of RGB (Red+Green+Blue) = 15+141+33=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 141 (55.47% from 255 or 74.60% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8D21 is #F072DE. Grayscale: #5B5B5B. Windows color (decimal): -15758047 or 2198799. OLE color: 2198799.
HSL color Cylindrical-coordinate representation of color #0F8D21: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8D21 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 33 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.45 |
| HSL | 128.57º | 0.81% | 0.31% | - |
| HSV(B) | 128.57º | 0.89% | 0.55% | - |
| XYZ | 10 | 19.26 | 4.63 | - |
| YUV | 91.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 33 | 0.89 | 0 | 0.77 | 0.45 | 128.57 | 0.81 | 0.31 |
| Hex | F | 8D | 21 | 59 | 0 | 4D | 2D | 81 | 51 | 1F |
| Octal | 17 | 215 | 41 | 131 | 0 | 115 | 55 | 201 | 121 | 37 |
| Binary | 1111 | 10001101 | 100001 | 1011001 | 0 | 1001101 | 101101 | 10000001 | 1010001 | 11111 |
Color Harmonies of #0F8D21
Complementary color
Monochromatic Colors of #0F8D21
Black with #0F8D21
Text Example
Text Example
White with #0F8D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D21; }
p { color: rgb(15,141,33); }
H1.HeaderClassName
{
color: #0F8D21;
}
.AnyTagClassName
{
color: #0F8D21;
}
</style>
background-color css
<style>
a { background-color: #0F8D21; }
a { background-color: rgb(15,141,33); }
div.DivClassName
{
background-color: #0F8D21;
}
.BgClassName
{
background-color: #0F8D21;
}
</style>
border-color css
<style>
span { border-color: #0F8D21; }
span { border-color: rgb(15,141,33); }
td.TdClassName
{
border-color: #0F8D21;
}
.TagClassName
{
border-color: #0F8D21;
}
</style>