Shades of Dark Spring Green #0F7239
Tints of Dark Spring Green #0F7239
RGB
CMYK
RGB Variations
Color information
#0F7239 (or 0x0F7239) is known color: Dark Spring Green. HEX triplet: 0F, 72 and 39. RGB value is (15,114,57). Sum of RGB (Red+Green+Blue) = 15+114+57=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7239 is #F08DC6. Grayscale: #4E4E4E. Windows color (decimal): -15764935 or 3764751. OLE color: 3764751.
HSL color Cylindrical-coordinate representation of color #0F7239: hue angle of 145.45º 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 #0F7239 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 57 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.55 |
| HSL | 145.45º | 0.77% | 0.25% | - |
| HSV(B) | 145.45º | 0.87% | 0.45% | - |
| XYZ | 6.95 | 12.43 | 5.9 | - |
| YUV | 77.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 57 | 0.87 | 0 | 0.50 | 0.55 | 145.45 | 0.77 | 0.25 |
| Hex | F | 72 | 39 | 57 | 0 | 32 | 37 | 91 | 4D | 19 |
| Octal | 17 | 162 | 71 | 127 | 0 | 62 | 67 | 221 | 115 | 31 |
| Binary | 1111 | 1110010 | 111001 | 1010111 | 0 | 110010 | 110111 | 10010001 | 1001101 | 11001 |
Color Harmonies of #0F7239
Complementary color
Monochromatic Colors of #0F7239
Black with #0F7239
Text Example
Text Example
White with #0F7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7239; }
p { color: rgb(15,114,57); }
H1.HeaderClassName
{
color: #0F7239;
}
.AnyTagClassName
{
color: #0F7239;
}
</style>
background-color css
<style>
a { background-color: #0F7239; }
a { background-color: rgb(15,114,57); }
div.DivClassName
{
background-color: #0F7239;
}
.BgClassName
{
background-color: #0F7239;
}
</style>
border-color css
<style>
span { border-color: #0F7239; }
span { border-color: rgb(15,114,57); }
td.TdClassName
{
border-color: #0F7239;
}
.TagClassName
{
border-color: #0F7239;
}
</style>