Shades of Forest Green #0F9628
Tints of Forest Green #0F9628
RGB
CMYK
RGB Variations
Color information
#0F9628 (or 0x0F9628) is known color: Forest Green. HEX triplet: 0F, 96 and 28. RGB value is (15,150,40). Sum of RGB (Red+Green+Blue) = 15+150+40=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 150 (58.98% from 255 or 73.17% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9628 is #F069D7. Grayscale: #616161. Windows color (decimal): -15755736 or 2659855. OLE color: 2659855.
HSL color Cylindrical-coordinate representation of color #0F9628: hue angle of 131.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9628 is Cyan = 0.9, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 40 | - |
| CMYK | 0.9 | 0 | 0.73 | 0.41 |
| HSL | 131.11º | 0.82% | 0.32% | - |
| HSV(B) | 131.11º | 0.9% | 0.59% | - |
| XYZ | 11.49 | 22.07 | 5.66 | - |
| YUV | 97.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 40 | 0.9 | 0 | 0.73 | 0.41 | 131.11 | 0.82 | 0.32 |
| Hex | F | 96 | 28 | 5A | 0 | 49 | 29 | 83 | 52 | 20 |
| Octal | 17 | 226 | 50 | 132 | 0 | 111 | 51 | 203 | 122 | 40 |
| Binary | 1111 | 10010110 | 101000 | 1011010 | 0 | 1001001 | 101001 | 10000011 | 1010010 | 100000 |
Color Harmonies of #0F9628
Complementary color
Monochromatic Colors of #0F9628
Black with #0F9628
Text Example
Text Example
White with #0F9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9628; }
p { color: rgb(15,150,40); }
H1.HeaderClassName
{
color: #0F9628;
}
.AnyTagClassName
{
color: #0F9628;
}
</style>
background-color css
<style>
a { background-color: #0F9628; }
a { background-color: rgb(15,150,40); }
div.DivClassName
{
background-color: #0F9628;
}
.BgClassName
{
background-color: #0F9628;
}
</style>
border-color css
<style>
span { border-color: #0F9628; }
span { border-color: rgb(15,150,40); }
td.TdClassName
{
border-color: #0F9628;
}
.TagClassName
{
border-color: #0F9628;
}
</style>