Shades of Forest Green #0F981B
Tints of Forest Green #0F981B
RGB
CMYK
RGB Variations
Color information
#0F981B (or 0x0F981B) is known color: Forest Green. HEX triplet: 0F, 98 and 1B. RGB value is (15,152,27). Sum of RGB (Red+Green+Blue) = 15+152+27=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 152 (59.77% from 255 or 78.35% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 152 - color contains mainly: green. Hex color #0F981B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F981B is #F067E4. Grayscale: #616161. Windows color (decimal): -15755237 or 1808399. OLE color: 1808399.
HSL color Cylindrical-coordinate representation of color #0F981B: hue angle of 125.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F981B is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 27 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.40 |
| HSL | 125.26º | 0.82% | 0.33% | - |
| HSV(B) | 125.26º | 0.9% | 0.6% | - |
| XYZ | 11.62 | 22.64 | 4.79 | - |
| YUV | 96.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 27 | 0.90 | 0 | 0.82 | 0.40 | 125.26 | 0.82 | 0.33 |
| Hex | F | 98 | 1B | 5A | 0 | 52 | 28 | 7D | 52 | 21 |
| Octal | 17 | 230 | 33 | 132 | 0 | 122 | 50 | 175 | 122 | 41 |
| Binary | 1111 | 10011000 | 11011 | 1011010 | 0 | 1010010 | 101000 | 1111101 | 1010010 | 100001 |
Color Harmonies of #0F981B
Complementary color
Monochromatic Colors of #0F981B
Black with #0F981B
Text Example
Text Example
White with #0F981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F981B; }
p { color: rgb(15,152,27); }
H1.HeaderClassName
{
color: #0F981B;
}
.AnyTagClassName
{
color: #0F981B;
}
</style>
background-color css
<style>
a { background-color: #0F981B; }
a { background-color: rgb(15,152,27); }
div.DivClassName
{
background-color: #0F981B;
}
.BgClassName
{
background-color: #0F981B;
}
</style>
border-color css
<style>
span { border-color: #0F981B; }
span { border-color: rgb(15,152,27); }
td.TdClassName
{
border-color: #0F981B;
}
.TagClassName
{
border-color: #0F981B;
}
</style>