Shades of Forest Green #0FA628
Tints of Forest Green #0FA628
RGB
CMYK
RGB Variations
Color information
#0FA628 (or 0x0FA628) is known color: Forest Green. HEX triplet: 0F, A6 and 28. RGB value is (15,166,40). Sum of RGB (Red+Green+Blue) = 15+166+40=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 166 (65.23% from 255 or 75.11% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA628 is #F059D7. Grayscale: #6A6A6A. Windows color (decimal): -15751640 or 2663951. OLE color: 2663951.
HSL color Cylindrical-coordinate representation of color #0FA628: hue angle of 129.93º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA628 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 40 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.35 |
| HSL | 129.93º | 0.83% | 0.35% | - |
| HSV(B) | 129.93º | 0.91% | 0.65% | - |
| XYZ | 14.22 | 27.53 | 6.57 | - |
| YUV | 106.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 40 | 0.91 | 0 | 0.76 | 0.35 | 129.93 | 0.83 | 0.35 |
| Hex | F | A6 | 28 | 5B | 0 | 4C | 23 | 82 | 53 | 23 |
| Octal | 17 | 246 | 50 | 133 | 0 | 114 | 43 | 202 | 123 | 43 |
| Binary | 1111 | 10100110 | 101000 | 1011011 | 0 | 1001100 | 100011 | 10000010 | 1010011 | 100011 |
Color Harmonies of #0FA628
Complementary color
Monochromatic Colors of #0FA628
Black with #0FA628
Text Example
Text Example
White with #0FA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA628; }
p { color: rgb(15,166,40); }
H1.HeaderClassName
{
color: #0FA628;
}
.AnyTagClassName
{
color: #0FA628;
}
</style>
background-color css
<style>
a { background-color: #0FA628; }
a { background-color: rgb(15,166,40); }
div.DivClassName
{
background-color: #0FA628;
}
.BgClassName
{
background-color: #0FA628;
}
</style>
border-color css
<style>
span { border-color: #0FA628; }
span { border-color: rgb(15,166,40); }
td.TdClassName
{
border-color: #0FA628;
}
.TagClassName
{
border-color: #0FA628;
}
</style>