Shades of Forest Green #0F931A
Tints of Forest Green #0F931A
RGB
CMYK
RGB Variations
Color information
#0F931A (or 0x0F931A) is known color: Forest Green. HEX triplet: 0F, 93 and 1A. RGB value is (15,147,26). Sum of RGB (Red+Green+Blue) = 15+147+26=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 147 (57.81% from 255 or 78.19% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 147 - color contains mainly: green. Hex color #0F931A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F931A is #F06CE5. Grayscale: #5E5E5E. Windows color (decimal): -15756518 or 1741583. OLE color: 1741583.
HSL color Cylindrical-coordinate representation of color #0F931A: hue angle of 125º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F931A is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 26 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.42 |
| HSL | 125º | 0.81% | 0.32% | - |
| HSV(B) | 125º | 0.9% | 0.58% | - |
| XYZ | 10.82 | 21.04 | 4.47 | - |
| YUV | 93.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 26 | 0.90 | 0 | 0.82 | 0.42 | 125 | 0.81 | 0.32 |
| Hex | F | 93 | 1A | 5A | 0 | 52 | 2A | 7D | 51 | 20 |
| Octal | 17 | 223 | 32 | 132 | 0 | 122 | 52 | 175 | 121 | 40 |
| Binary | 1111 | 10010011 | 11010 | 1011010 | 0 | 1010010 | 101010 | 1111101 | 1010001 | 100000 |
Color Harmonies of #0F931A
Complementary color
Monochromatic Colors of #0F931A
Black with #0F931A
Text Example
Text Example
White with #0F931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F931A; }
p { color: rgb(15,147,26); }
H1.HeaderClassName
{
color: #0F931A;
}
.AnyTagClassName
{
color: #0F931A;
}
</style>
background-color css
<style>
a { background-color: #0F931A; }
a { background-color: rgb(15,147,26); }
div.DivClassName
{
background-color: #0F931A;
}
.BgClassName
{
background-color: #0F931A;
}
</style>
border-color css
<style>
span { border-color: #0F931A; }
span { border-color: rgb(15,147,26); }
td.TdClassName
{
border-color: #0F931A;
}
.TagClassName
{
border-color: #0F931A;
}
</style>