Shades of Dark Spring Green #0F7142
Tints of Dark Spring Green #0F7142
RGB
CMYK
RGB Variations
Color information
#0F7142 (or 0x0F7142) is known color: Dark Spring Green. HEX triplet: 0F, 71 and 42. RGB value is (15,113,66). Sum of RGB (Red+Green+Blue) = 15+113+66=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7142 is #F08EBD. Grayscale: #4E4E4E. Windows color (decimal): -15765182 or 4354319. OLE color: 4354319.
HSL color Cylindrical-coordinate representation of color #0F7142: hue angle of 151.22º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7142 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 66 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.56 |
| HSL | 151.22º | 0.77% | 0.25% | - |
| HSV(B) | 151.22º | 0.87% | 0.44% | - |
| XYZ | 7.09 | 12.31 | 7.16 | - |
| YUV | 78.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 66 | 0.87 | 0 | 0.42 | 0.56 | 151.22 | 0.77 | 0.25 |
| Hex | F | 71 | 42 | 57 | 0 | 2A | 38 | 97 | 4D | 19 |
| Octal | 17 | 161 | 102 | 127 | 0 | 52 | 70 | 227 | 115 | 31 |
| Binary | 1111 | 1110001 | 1000010 | 1010111 | 0 | 101010 | 111000 | 10010111 | 1001101 | 11001 |
Color Harmonies of #0F7142
Complementary color
Monochromatic Colors of #0F7142
Black with #0F7142
Text Example
Text Example
White with #0F7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7142; }
p { color: rgb(15,113,66); }
H1.HeaderClassName
{
color: #0F7142;
}
.AnyTagClassName
{
color: #0F7142;
}
</style>
background-color css
<style>
a { background-color: #0F7142; }
a { background-color: rgb(15,113,66); }
div.DivClassName
{
background-color: #0F7142;
}
.BgClassName
{
background-color: #0F7142;
}
</style>
border-color css
<style>
span { border-color: #0F7142; }
span { border-color: rgb(15,113,66); }
td.TdClassName
{
border-color: #0F7142;
}
.TagClassName
{
border-color: #0F7142;
}
</style>