Shades of Forest Green #0F731B
Tints of Forest Green #0F731B
RGB
CMYK
RGB Variations
Color information
#0F731B (or 0x0F731B) is known color: Forest Green. HEX triplet: 0F, 73 and 1B. RGB value is (15,115,27). Sum of RGB (Red+Green+Blue) = 15+115+27=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #0F731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F731B is #F08CE4. Grayscale: #4B4B4B. Windows color (decimal): -15764709 or 1798927. OLE color: 1798927.
HSL color Cylindrical-coordinate representation of color #0F731B: hue angle of 127.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F731B is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 27 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.55 |
| HSL | 127.2º | 0.77% | 0.25% | - |
| HSV(B) | 127.2º | 0.87% | 0.45% | - |
| XYZ | 6.53 | 12.44 | 3.09 | - |
| YUV | 75.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 27 | 0.87 | 0 | 0.77 | 0.55 | 127.2 | 0.77 | 0.25 |
| Hex | F | 73 | 1B | 57 | 0 | 4D | 37 | 7F | 4D | 19 |
| Octal | 17 | 163 | 33 | 127 | 0 | 115 | 67 | 177 | 115 | 31 |
| Binary | 1111 | 1110011 | 11011 | 1010111 | 0 | 1001101 | 110111 | 1111111 | 1001101 | 11001 |
Color Harmonies of #0F731B
Complementary color
Monochromatic Colors of #0F731B
Black with #0F731B
Text Example
Text Example
White with #0F731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F731B; }
p { color: rgb(15,115,27); }
H1.HeaderClassName
{
color: #0F731B;
}
.AnyTagClassName
{
color: #0F731B;
}
</style>
background-color css
<style>
a { background-color: #0F731B; }
a { background-color: rgb(15,115,27); }
div.DivClassName
{
background-color: #0F731B;
}
.BgClassName
{
background-color: #0F731B;
}
</style>
border-color css
<style>
span { border-color: #0F731B; }
span { border-color: rgb(15,115,27); }
td.TdClassName
{
border-color: #0F731B;
}
.TagClassName
{
border-color: #0F731B;
}
</style>