Shades of Dark Spring Green #0F7139
Tints of Dark Spring Green #0F7139
RGB
CMYK
RGB Variations
Color information
#0F7139 (or 0x0F7139) is known color: Dark Spring Green. HEX triplet: 0F, 71 and 39. RGB value is (15,113,57). Sum of RGB (Red+Green+Blue) = 15+113+57=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7139 is #F08EC6. Grayscale: #4D4D4D. Windows color (decimal): -15765191 or 3764495. OLE color: 3764495.
HSL color Cylindrical-coordinate representation of color #0F7139: hue angle of 145.71º 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 #0F7139 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 57 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.56 |
| HSL | 145.71º | 0.77% | 0.25% | - |
| HSV(B) | 145.71º | 0.87% | 0.44% | - |
| XYZ | 6.84 | 12.21 | 5.87 | - |
| YUV | 77.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 57 | 0.87 | 0 | 0.50 | 0.56 | 145.71 | 0.77 | 0.25 |
| Hex | F | 71 | 39 | 57 | 0 | 32 | 38 | 92 | 4D | 19 |
| Octal | 17 | 161 | 71 | 127 | 0 | 62 | 70 | 222 | 115 | 31 |
| Binary | 1111 | 1110001 | 111001 | 1010111 | 0 | 110010 | 111000 | 10010010 | 1001101 | 11001 |
Color Harmonies of #0F7139
Complementary color
Monochromatic Colors of #0F7139
Black with #0F7139
Text Example
Text Example
White with #0F7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7139; }
p { color: rgb(15,113,57); }
H1.HeaderClassName
{
color: #0F7139;
}
.AnyTagClassName
{
color: #0F7139;
}
</style>
background-color css
<style>
a { background-color: #0F7139; }
a { background-color: rgb(15,113,57); }
div.DivClassName
{
background-color: #0F7139;
}
.BgClassName
{
background-color: #0F7139;
}
</style>
border-color css
<style>
span { border-color: #0F7139; }
span { border-color: rgb(15,113,57); }
td.TdClassName
{
border-color: #0F7139;
}
.TagClassName
{
border-color: #0F7139;
}
</style>