Shades of Forest Green #0F8122
Tints of Forest Green #0F8122
RGB
CMYK
RGB Variations
Color information
#0F8122 (or 0x0F8122) is known color: Forest Green. HEX triplet: 0F, 81 and 22. RGB value is (15,129,34). Sum of RGB (Red+Green+Blue) = 15+129+34=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8122 is #F07EDD. Grayscale: #545454. Windows color (decimal): -15761118 or 2261263. OLE color: 2261263.
HSL color Cylindrical-coordinate representation of color #0F8122: hue angle of 130º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8122 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 34 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.49 |
| HSL | 130º | 0.79% | 0.28% | - |
| HSV(B) | 130º | 0.88% | 0.51% | - |
| XYZ | 8.34 | 15.92 | 4.15 | - |
| YUV | 84.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 34 | 0.88 | 0 | 0.74 | 0.49 | 130 | 0.79 | 0.28 |
| Hex | F | 81 | 22 | 58 | 0 | 4A | 31 | 82 | 4F | 1C |
| Octal | 17 | 201 | 42 | 130 | 0 | 112 | 61 | 202 | 117 | 34 |
| Binary | 1111 | 10000001 | 100010 | 1011000 | 0 | 1001010 | 110001 | 10000010 | 1001111 | 11100 |
Color Harmonies of #0F8122
Complementary color
Monochromatic Colors of #0F8122
Black with #0F8122
Text Example
Text Example
White with #0F8122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8122; }
p { color: rgb(15,129,34); }
H1.HeaderClassName
{
color: #0F8122;
}
.AnyTagClassName
{
color: #0F8122;
}
</style>
background-color css
<style>
a { background-color: #0F8122; }
a { background-color: rgb(15,129,34); }
div.DivClassName
{
background-color: #0F8122;
}
.BgClassName
{
background-color: #0F8122;
}
</style>
border-color css
<style>
span { border-color: #0F8122; }
span { border-color: rgb(15,129,34); }
td.TdClassName
{
border-color: #0F8122;
}
.TagClassName
{
border-color: #0F8122;
}
</style>