Shades of Dark Spring Green #0F7246
Tints of Dark Spring Green #0F7246
RGB
CMYK
RGB Variations
Color information
#0F7246 (or 0x0F7246) is known color: Dark Spring Green. HEX triplet: 0F, 72 and 46. RGB value is (15,114,70). Sum of RGB (Red+Green+Blue) = 15+114+70=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7246 is #F08DB9. Grayscale: #4F4F4F. Windows color (decimal): -15764922 or 4616719. OLE color: 4616719.
HSL color Cylindrical-coordinate representation of color #0F7246: hue angle of 153.33º 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 #0F7246 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 70 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.55 |
| HSL | 153.33º | 0.77% | 0.25% | - |
| HSV(B) | 153.33º | 0.87% | 0.45% | - |
| XYZ | 7.32 | 12.58 | 7.84 | - |
| YUV | 79.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 70 | 0.87 | 0 | 0.39 | 0.55 | 153.33 | 0.77 | 0.25 |
| Hex | F | 72 | 46 | 57 | 0 | 27 | 37 | 99 | 4D | 19 |
| Octal | 17 | 162 | 106 | 127 | 0 | 47 | 67 | 231 | 115 | 31 |
| Binary | 1111 | 1110010 | 1000110 | 1010111 | 0 | 100111 | 110111 | 10011001 | 1001101 | 11001 |
Color Harmonies of #0F7246
Complementary color
Monochromatic Colors of #0F7246
Black with #0F7246
Text Example
Text Example
White with #0F7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7246; }
p { color: rgb(15,114,70); }
H1.HeaderClassName
{
color: #0F7246;
}
.AnyTagClassName
{
color: #0F7246;
}
</style>
background-color css
<style>
a { background-color: #0F7246; }
a { background-color: rgb(15,114,70); }
div.DivClassName
{
background-color: #0F7246;
}
.BgClassName
{
background-color: #0F7246;
}
</style>
border-color css
<style>
span { border-color: #0F7246; }
span { border-color: rgb(15,114,70); }
td.TdClassName
{
border-color: #0F7246;
}
.TagClassName
{
border-color: #0F7246;
}
</style>