Shades of Forest Green #0FA31F
Tints of Forest Green #0FA31F
RGB
CMYK
RGB Variations
Color information
#0FA31F (or 0x0FA31F) is known color: Forest Green. HEX triplet: 0F, A3 and 1F. RGB value is (15,163,31). Sum of RGB (Red+Green+Blue) = 15+163+31=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA31F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA31F is #F05CE0. Grayscale: #686868. Windows color (decimal): -15752417 or 2073359. OLE color: 2073359.
HSL color Cylindrical-coordinate representation of color #0FA31F: hue angle of 126.49º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA31F is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 31 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.36 |
| HSL | 126.49º | 0.83% | 0.35% | - |
| HSV(B) | 126.49º | 0.91% | 0.64% | - |
| XYZ | 13.54 | 26.39 | 5.68 | - |
| YUV | 103.7 | 86.97 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 31 | 0.91 | 0 | 0.81 | 0.36 | 126.49 | 0.83 | 0.35 |
| Hex | F | A3 | 1F | 5B | 0 | 51 | 24 | 7E | 53 | 23 |
| Octal | 17 | 243 | 37 | 133 | 0 | 121 | 44 | 176 | 123 | 43 |
| Binary | 1111 | 10100011 | 11111 | 1011011 | 0 | 1010001 | 100100 | 1111110 | 1010011 | 100011 |
Color Harmonies of #0FA31F
Complementary color
Monochromatic Colors of #0FA31F
Black with #0FA31F
Text Example
Text Example
White with #0FA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA31F; }
p { color: rgb(15,163,31); }
H1.HeaderClassName
{
color: #0FA31F;
}
.AnyTagClassName
{
color: #0FA31F;
}
</style>
background-color css
<style>
a { background-color: #0FA31F; }
a { background-color: rgb(15,163,31); }
div.DivClassName
{
background-color: #0FA31F;
}
.BgClassName
{
background-color: #0FA31F;
}
</style>
border-color css
<style>
span { border-color: #0FA31F; }
span { border-color: rgb(15,163,31); }
td.TdClassName
{
border-color: #0FA31F;
}
.TagClassName
{
border-color: #0FA31F;
}
</style>