Shades of Forest Green #0F841A
Tints of Forest Green #0F841A
RGB
CMYK
RGB Variations
Color information
#0F841A (or 0x0F841A) is known color: Forest Green. HEX triplet: 0F, 84 and 1A. RGB value is (15,132,26). Sum of RGB (Red+Green+Blue) = 15+132+26=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #0F841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F841A is #F07BE5. Grayscale: #555555. Windows color (decimal): -15760358 or 1737743. OLE color: 1737743.
HSL color Cylindrical-coordinate representation of color #0F841A: hue angle of 125.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F841A is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 26 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.48 |
| HSL | 125.64º | 0.8% | 0.29% | - |
| HSV(B) | 125.64º | 0.89% | 0.52% | - |
| XYZ | 8.63 | 16.68 | 3.74 | - |
| YUV | 84.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 26 | 0.89 | 0 | 0.80 | 0.48 | 125.64 | 0.8 | 0.29 |
| Hex | F | 84 | 1A | 59 | 0 | 50 | 30 | 7E | 50 | 1D |
| Octal | 17 | 204 | 32 | 131 | 0 | 120 | 60 | 176 | 120 | 35 |
| Binary | 1111 | 10000100 | 11010 | 1011001 | 0 | 1010000 | 110000 | 1111110 | 1010000 | 11101 |
Color Harmonies of #0F841A
Complementary color
Monochromatic Colors of #0F841A
Black with #0F841A
Text Example
Text Example
White with #0F841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F841A; }
p { color: rgb(15,132,26); }
H1.HeaderClassName
{
color: #0F841A;
}
.AnyTagClassName
{
color: #0F841A;
}
</style>
background-color css
<style>
a { background-color: #0F841A; }
a { background-color: rgb(15,132,26); }
div.DivClassName
{
background-color: #0F841A;
}
.BgClassName
{
background-color: #0F841A;
}
</style>
border-color css
<style>
span { border-color: #0F841A; }
span { border-color: rgb(15,132,26); }
td.TdClassName
{
border-color: #0F841A;
}
.TagClassName
{
border-color: #0F841A;
}
</style>