Shades of Forest Green #0F8229
Tints of Forest Green #0F8229
RGB
CMYK
RGB Variations
Color information
#0F8229 (or 0x0F8229) is known color: Forest Green. HEX triplet: 0F, 82 and 29. RGB value is (15,130,41). Sum of RGB (Red+Green+Blue) = 15+130+41=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8229 is #F07DD6. Grayscale: #555555. Windows color (decimal): -15760855 or 2720271. OLE color: 2720271.
HSL color Cylindrical-coordinate representation of color #0F8229: hue angle of 133.57º 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 #0F8229 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 41 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.49 |
| HSL | 133.57º | 0.79% | 0.28% | - |
| HSV(B) | 133.57º | 0.88% | 0.51% | - |
| XYZ | 8.58 | 16.23 | 4.78 | - |
| YUV | 85.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 41 | 0.88 | 0 | 0.68 | 0.49 | 133.57 | 0.79 | 0.28 |
| Hex | F | 82 | 29 | 58 | 0 | 44 | 31 | 86 | 4F | 1C |
| Octal | 17 | 202 | 51 | 130 | 0 | 104 | 61 | 206 | 117 | 34 |
| Binary | 1111 | 10000010 | 101001 | 1011000 | 0 | 1000100 | 110001 | 10000110 | 1001111 | 11100 |
Color Harmonies of #0F8229
Complementary color
Monochromatic Colors of #0F8229
Black with #0F8229
Text Example
Text Example
White with #0F8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8229; }
p { color: rgb(15,130,41); }
H1.HeaderClassName
{
color: #0F8229;
}
.AnyTagClassName
{
color: #0F8229;
}
</style>
background-color css
<style>
a { background-color: #0F8229; }
a { background-color: rgb(15,130,41); }
div.DivClassName
{
background-color: #0F8229;
}
.BgClassName
{
background-color: #0F8229;
}
</style>
border-color css
<style>
span { border-color: #0F8229; }
span { border-color: rgb(15,130,41); }
td.TdClassName
{
border-color: #0F8229;
}
.TagClassName
{
border-color: #0F8229;
}
</style>