Shades of Forest Green #0FA02D
Tints of Forest Green #0FA02D
RGB
CMYK
RGB Variations
Color information
#0FA02D (or 0x0FA02D) is known color: Forest Green. HEX triplet: 0F, A0 and 2D. RGB value is (15,160,45). Sum of RGB (Red+Green+Blue) = 15+160+45=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA02D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA02D is #F05FD2. Grayscale: #676767. Windows color (decimal): -15753171 or 2990095. OLE color: 2990095.
HSL color Cylindrical-coordinate representation of color #0FA02D: hue angle of 132.41º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA02D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 45 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.37 |
| HSL | 132.41º | 0.83% | 0.34% | - |
| HSV(B) | 132.41º | 0.91% | 0.63% | - |
| XYZ | 13.24 | 25.43 | 6.69 | - |
| YUV | 103.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 45 | 0.91 | 0 | 0.72 | 0.37 | 132.41 | 0.83 | 0.34 |
| Hex | F | A0 | 2D | 5B | 0 | 48 | 25 | 84 | 53 | 22 |
| Octal | 17 | 240 | 55 | 133 | 0 | 110 | 45 | 204 | 123 | 42 |
| Binary | 1111 | 10100000 | 101101 | 1011011 | 0 | 1001000 | 100101 | 10000100 | 1010011 | 100010 |
Color Harmonies of #0FA02D
Complementary color
Monochromatic Colors of #0FA02D
Black with #0FA02D
Text Example
Text Example
White with #0FA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA02D; }
p { color: rgb(15,160,45); }
H1.HeaderClassName
{
color: #0FA02D;
}
.AnyTagClassName
{
color: #0FA02D;
}
</style>
background-color css
<style>
a { background-color: #0FA02D; }
a { background-color: rgb(15,160,45); }
div.DivClassName
{
background-color: #0FA02D;
}
.BgClassName
{
background-color: #0FA02D;
}
</style>
border-color css
<style>
span { border-color: #0FA02D; }
span { border-color: rgb(15,160,45); }
td.TdClassName
{
border-color: #0FA02D;
}
.TagClassName
{
border-color: #0FA02D;
}
</style>