Shades of Forest Green #0F8429
Tints of Forest Green #0F8429
RGB
CMYK
RGB Variations
Color information
#0F8429 (or 0x0F8429) is known color: Forest Green. HEX triplet: 0F, 84 and 29. RGB value is (15,132,41). Sum of RGB (Red+Green+Blue) = 15+132+41=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8429 is #F07BD6. Grayscale: #565656. Windows color (decimal): -15760343 or 2720783. OLE color: 2720783.
HSL color Cylindrical-coordinate representation of color #0F8429: hue angle of 133.33º 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 #0F8429 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 41 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.48 |
| HSL | 133.33º | 0.8% | 0.29% | - |
| HSV(B) | 133.33º | 0.89% | 0.52% | - |
| XYZ | 8.85 | 16.76 | 4.87 | - |
| YUV | 86.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 41 | 0.89 | 0 | 0.69 | 0.48 | 133.33 | 0.8 | 0.29 |
| Hex | F | 84 | 29 | 59 | 0 | 45 | 30 | 85 | 50 | 1D |
| Octal | 17 | 204 | 51 | 131 | 0 | 105 | 60 | 205 | 120 | 35 |
| Binary | 1111 | 10000100 | 101001 | 1011001 | 0 | 1000101 | 110000 | 10000101 | 1010000 | 11101 |
Color Harmonies of #0F8429
Complementary color
Monochromatic Colors of #0F8429
Black with #0F8429
Text Example
Text Example
White with #0F8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8429; }
p { color: rgb(15,132,41); }
H1.HeaderClassName
{
color: #0F8429;
}
.AnyTagClassName
{
color: #0F8429;
}
</style>
background-color css
<style>
a { background-color: #0F8429; }
a { background-color: rgb(15,132,41); }
div.DivClassName
{
background-color: #0F8429;
}
.BgClassName
{
background-color: #0F8429;
}
</style>
border-color css
<style>
span { border-color: #0F8429; }
span { border-color: rgb(15,132,41); }
td.TdClassName
{
border-color: #0F8429;
}
.TagClassName
{
border-color: #0F8429;
}
</style>