Shades of Dark Spring Green #0F7148
Tints of Dark Spring Green #0F7148
RGB
CMYK
RGB Variations
Color information
#0F7148 (or 0x0F7148) is known color: Dark Spring Green. HEX triplet: 0F, 71 and 48. RGB value is (15,113,72). Sum of RGB (Red+Green+Blue) = 15+113+72=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7148 is #F08EB7. Grayscale: #4F4F4F. Windows color (decimal): -15765176 or 4747535. OLE color: 4747535.
HSL color Cylindrical-coordinate representation of color #0F7148: hue angle of 154.9º 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 #0F7148 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 72 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.56 |
| HSL | 154.9º | 0.77% | 0.25% | - |
| HSV(B) | 154.9º | 0.87% | 0.44% | - |
| XYZ | 7.27 | 12.38 | 8.14 | - |
| YUV | 79.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 72 | 0.87 | 0 | 0.36 | 0.56 | 154.9 | 0.77 | 0.25 |
| Hex | F | 71 | 48 | 57 | 0 | 24 | 38 | 9B | 4D | 19 |
| Octal | 17 | 161 | 110 | 127 | 0 | 44 | 70 | 233 | 115 | 31 |
| Binary | 1111 | 1110001 | 1001000 | 1010111 | 0 | 100100 | 111000 | 10011011 | 1001101 | 11001 |
Color Harmonies of #0F7148
Complementary color
Monochromatic Colors of #0F7148
Black with #0F7148
Text Example
Text Example
White with #0F7148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7148; }
p { color: rgb(15,113,72); }
H1.HeaderClassName
{
color: #0F7148;
}
.AnyTagClassName
{
color: #0F7148;
}
</style>
background-color css
<style>
a { background-color: #0F7148; }
a { background-color: rgb(15,113,72); }
div.DivClassName
{
background-color: #0F7148;
}
.BgClassName
{
background-color: #0F7148;
}
</style>
border-color css
<style>
span { border-color: #0F7148; }
span { border-color: rgb(15,113,72); }
td.TdClassName
{
border-color: #0F7148;
}
.TagClassName
{
border-color: #0F7148;
}
</style>