Shades of Forest Green #0F8D2D
Tints of Forest Green #0F8D2D
RGB
CMYK
RGB Variations
Color information
#0F8D2D (or 0x0F8D2D) is known color: Forest Green. HEX triplet: 0F, 8D and 2D. RGB value is (15,141,45). Sum of RGB (Red+Green+Blue) = 15+141+45=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8D2D is #F072D2. Grayscale: #5C5C5C. Windows color (decimal): -15758035 or 2985231. OLE color: 2985231.
HSL color Cylindrical-coordinate representation of color #0F8D2D: hue angle of 134.29º 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 #0F8D2D is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 45 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.45 |
| HSL | 134.29º | 0.81% | 0.31% | - |
| HSV(B) | 134.29º | 0.89% | 0.55% | - |
| XYZ | 10.2 | 19.34 | 5.68 | - |
| YUV | 92.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 45 | 0.89 | 0 | 0.68 | 0.45 | 134.29 | 0.81 | 0.31 |
| Hex | F | 8D | 2D | 59 | 0 | 44 | 2D | 86 | 51 | 1F |
| Octal | 17 | 215 | 55 | 131 | 0 | 104 | 55 | 206 | 121 | 37 |
| Binary | 1111 | 10001101 | 101101 | 1011001 | 0 | 1000100 | 101101 | 10000110 | 1010001 | 11111 |
Color Harmonies of #0F8D2D
Complementary color
Monochromatic Colors of #0F8D2D
Black with #0F8D2D
Text Example
Text Example
White with #0F8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D2D; }
p { color: rgb(15,141,45); }
H1.HeaderClassName
{
color: #0F8D2D;
}
.AnyTagClassName
{
color: #0F8D2D;
}
</style>
background-color css
<style>
a { background-color: #0F8D2D; }
a { background-color: rgb(15,141,45); }
div.DivClassName
{
background-color: #0F8D2D;
}
.BgClassName
{
background-color: #0F8D2D;
}
</style>
border-color css
<style>
span { border-color: #0F8D2D; }
span { border-color: rgb(15,141,45); }
td.TdClassName
{
border-color: #0F8D2D;
}
.TagClassName
{
border-color: #0F8D2D;
}
</style>