Shades of Forest Green #0F831E
Tints of Forest Green #0F831E
RGB
CMYK
RGB Variations
Color information
#0F831E (or 0x0F831E) is known color: Forest Green. HEX triplet: 0F, 83 and 1E. RGB value is (15,131,30). Sum of RGB (Red+Green+Blue) = 15+131+30=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #0F831E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F831E is #F07CE1. Grayscale: #555555. Windows color (decimal): -15760610 or 1999631. OLE color: 1999631.
HSL color Cylindrical-coordinate representation of color #0F831E: hue angle of 127.76º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F831E is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 30 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.49 |
| HSL | 127.76º | 0.79% | 0.29% | - |
| HSV(B) | 127.76º | 0.89% | 0.51% | - |
| XYZ | 8.55 | 16.43 | 3.95 | - |
| YUV | 84.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 30 | 0.89 | 0 | 0.77 | 0.49 | 127.76 | 0.79 | 0.29 |
| Hex | F | 83 | 1E | 59 | 0 | 4D | 31 | 80 | 4F | 1D |
| Octal | 17 | 203 | 36 | 131 | 0 | 115 | 61 | 200 | 117 | 35 |
| Binary | 1111 | 10000011 | 11110 | 1011001 | 0 | 1001101 | 110001 | 10000000 | 1001111 | 11101 |
Color Harmonies of #0F831E
Complementary color
Monochromatic Colors of #0F831E
Black with #0F831E
Text Example
Text Example
White with #0F831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F831E; }
p { color: rgb(15,131,30); }
H1.HeaderClassName
{
color: #0F831E;
}
.AnyTagClassName
{
color: #0F831E;
}
</style>
background-color css
<style>
a { background-color: #0F831E; }
a { background-color: rgb(15,131,30); }
div.DivClassName
{
background-color: #0F831E;
}
.BgClassName
{
background-color: #0F831E;
}
</style>
border-color css
<style>
span { border-color: #0F831E; }
span { border-color: rgb(15,131,30); }
td.TdClassName
{
border-color: #0F831E;
}
.TagClassName
{
border-color: #0F831E;
}
</style>