Shades of Dark Spring Green #0F7141
Tints of Dark Spring Green #0F7141
RGB
CMYK
RGB Variations
Color information
#0F7141 (or 0x0F7141) is known color: Dark Spring Green. HEX triplet: 0F, 71 and 41. RGB value is (15,113,65). Sum of RGB (Red+Green+Blue) = 15+113+65=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7141 is #F08EBE. Grayscale: #4E4E4E. Windows color (decimal): -15765183 or 4288783. OLE color: 4288783.
HSL color Cylindrical-coordinate representation of color #0F7141: hue angle of 150.61º 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 #0F7141 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 65 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.56 |
| HSL | 150.61º | 0.77% | 0.25% | - |
| HSV(B) | 150.61º | 0.87% | 0.44% | - |
| XYZ | 7.06 | 12.29 | 7 | - |
| YUV | 78.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 65 | 0.87 | 0 | 0.42 | 0.56 | 150.61 | 0.77 | 0.25 |
| Hex | F | 71 | 41 | 57 | 0 | 2A | 38 | 97 | 4D | 19 |
| Octal | 17 | 161 | 101 | 127 | 0 | 52 | 70 | 227 | 115 | 31 |
| Binary | 1111 | 1110001 | 1000001 | 1010111 | 0 | 101010 | 111000 | 10010111 | 1001101 | 11001 |
Color Harmonies of #0F7141
Complementary color
Monochromatic Colors of #0F7141
Black with #0F7141
Text Example
Text Example
White with #0F7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7141; }
p { color: rgb(15,113,65); }
H1.HeaderClassName
{
color: #0F7141;
}
.AnyTagClassName
{
color: #0F7141;
}
</style>
background-color css
<style>
a { background-color: #0F7141; }
a { background-color: rgb(15,113,65); }
div.DivClassName
{
background-color: #0F7141;
}
.BgClassName
{
background-color: #0F7141;
}
</style>
border-color css
<style>
span { border-color: #0F7141; }
span { border-color: rgb(15,113,65); }
td.TdClassName
{
border-color: #0F7141;
}
.TagClassName
{
border-color: #0F7141;
}
</style>