Shades of Forest Green #0F8A1D
Tints of Forest Green #0F8A1D
RGB
CMYK
RGB Variations
Color information
#0F8A1D (or 0x0F8A1D) is known color: Forest Green. HEX triplet: 0F, 8A and 1D. RGB value is (15,138,29). Sum of RGB (Red+Green+Blue) = 15+138+29=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 138 (54.30% from 255 or 75.82% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A1D is #F075E2. Grayscale: #595959. Windows color (decimal): -15758819 or 1935887. OLE color: 1935887.
HSL color Cylindrical-coordinate representation of color #0F8A1D: hue angle of 126.83º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A1D is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 29 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.46 |
| HSL | 126.83º | 0.8% | 0.3% | - |
| HSV(B) | 126.83º | 0.89% | 0.54% | - |
| XYZ | 9.51 | 18.37 | 4.21 | - |
| YUV | 88.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 29 | 0.89 | 0 | 0.79 | 0.46 | 126.83 | 0.8 | 0.3 |
| Hex | F | 8A | 1D | 59 | 0 | 4F | 2E | 7F | 50 | 1E |
| Octal | 17 | 212 | 35 | 131 | 0 | 117 | 56 | 177 | 120 | 36 |
| Binary | 1111 | 10001010 | 11101 | 1011001 | 0 | 1001111 | 101110 | 1111111 | 1010000 | 11110 |
Color Harmonies of #0F8A1D
Complementary color
Monochromatic Colors of #0F8A1D
Black with #0F8A1D
Text Example
Text Example
White with #0F8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A1D; }
p { color: rgb(15,138,29); }
H1.HeaderClassName
{
color: #0F8A1D;
}
.AnyTagClassName
{
color: #0F8A1D;
}
</style>
background-color css
<style>
a { background-color: #0F8A1D; }
a { background-color: rgb(15,138,29); }
div.DivClassName
{
background-color: #0F8A1D;
}
.BgClassName
{
background-color: #0F8A1D;
}
</style>
border-color css
<style>
span { border-color: #0F8A1D; }
span { border-color: rgb(15,138,29); }
td.TdClassName
{
border-color: #0F8A1D;
}
.TagClassName
{
border-color: #0F8A1D;
}
</style>