Shades of Forest Green #0F9029
Tints of Forest Green #0F9029
RGB
CMYK
RGB Variations
Color information
#0F9029 (or 0x0F9029) is known color: Forest Green. HEX triplet: 0F, 90 and 29. RGB value is (15,144,41). Sum of RGB (Red+Green+Blue) = 15+144+41=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9029 is #F06FD6. Grayscale: #5D5D5D. Windows color (decimal): -15757271 or 2723855. OLE color: 2723855.
HSL color Cylindrical-coordinate representation of color #0F9029: hue angle of 132.09º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9029 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 41 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.44 |
| HSL | 132.09º | 0.81% | 0.31% | - |
| HSV(B) | 132.09º | 0.9% | 0.56% | - |
| XYZ | 10.57 | 20.21 | 5.44 | - |
| YUV | 93.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 41 | 0.90 | 0 | 0.72 | 0.44 | 132.09 | 0.81 | 0.31 |
| Hex | F | 90 | 29 | 5A | 0 | 48 | 2C | 84 | 51 | 1F |
| Octal | 17 | 220 | 51 | 132 | 0 | 110 | 54 | 204 | 121 | 37 |
| Binary | 1111 | 10010000 | 101001 | 1011010 | 0 | 1001000 | 101100 | 10000100 | 1010001 | 11111 |
Color Harmonies of #0F9029
Complementary color
Monochromatic Colors of #0F9029
Black with #0F9029
Text Example
Text Example
White with #0F9029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9029; }
p { color: rgb(15,144,41); }
H1.HeaderClassName
{
color: #0F9029;
}
.AnyTagClassName
{
color: #0F9029;
}
</style>
background-color css
<style>
a { background-color: #0F9029; }
a { background-color: rgb(15,144,41); }
div.DivClassName
{
background-color: #0F9029;
}
.BgClassName
{
background-color: #0F9029;
}
</style>
border-color css
<style>
span { border-color: #0F9029; }
span { border-color: rgb(15,144,41); }
td.TdClassName
{
border-color: #0F9029;
}
.TagClassName
{
border-color: #0F9029;
}
</style>