Shades of Green #0F7213
Tints of Green #0F7213
RGB
CMYK
RGB Variations
Color information
#0F7213 (or 0x0F7213) is known color: Green. HEX triplet: 0F, 72 and 13. RGB value is (15,114,19). Sum of RGB (Red+Green+Blue) = 15+114+19=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7213 is #F08DEC. Grayscale: #494949. Windows color (decimal): -15764973 or 1274383. OLE color: 1274383.
HSL color Cylindrical-coordinate representation of color #0F7213: hue angle of 122.42º 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 #0F7213 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 19 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.55 |
| HSL | 122.42º | 0.77% | 0.25% | - |
| HSV(B) | 122.42º | 0.87% | 0.45% | - |
| XYZ | 6.33 | 12.18 | 2.63 | - |
| YUV | 73.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 19 | 0.87 | 0 | 0.83 | 0.55 | 122.42 | 0.77 | 0.25 |
| Hex | F | 72 | 13 | 57 | 0 | 53 | 37 | 7A | 4D | 19 |
| Octal | 17 | 162 | 23 | 127 | 0 | 123 | 67 | 172 | 115 | 31 |
| Binary | 1111 | 1110010 | 10011 | 1010111 | 0 | 1010011 | 110111 | 1111010 | 1001101 | 11001 |
Color Harmonies of #0F7213
Complementary color
Monochromatic Colors of #0F7213
Black with #0F7213
Text Example
Text Example
White with #0F7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7213; }
p { color: rgb(15,114,19); }
H1.HeaderClassName
{
color: #0F7213;
}
.AnyTagClassName
{
color: #0F7213;
}
</style>
background-color css
<style>
a { background-color: #0F7213; }
a { background-color: rgb(15,114,19); }
div.DivClassName
{
background-color: #0F7213;
}
.BgClassName
{
background-color: #0F7213;
}
</style>
border-color css
<style>
span { border-color: #0F7213; }
span { border-color: rgb(15,114,19); }
td.TdClassName
{
border-color: #0F7213;
}
.TagClassName
{
border-color: #0F7213;
}
</style>