Shades of Dark Spring Green #0F7F3A
Tints of Dark Spring Green #0F7F3A
RGB
CMYK
RGB Variations
Color information
#0F7F3A (or 0x0F7F3A) is known color: Dark Spring Green. HEX triplet: 0F, 7F and 3A. RGB value is (15,127,58). Sum of RGB (Red+Green+Blue) = 15+127+58=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7F3A is #F080C5. Grayscale: #555555. Windows color (decimal): -15761606 or 3833615. OLE color: 3833615.
HSL color Cylindrical-coordinate representation of color #0F7F3A: hue angle of 143.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F3A is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 127 | 58 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.50 |
| HSL | 143.04º | 0.79% | 0.28% | - |
| HSV(B) | 143.04º | 0.88% | 0.5% | - |
| XYZ | 8.55 | 15.59 | 6.56 | - |
| YUV | 85.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 58 | 0.88 | 0 | 0.54 | 0.50 | 143.04 | 0.79 | 0.28 |
| Hex | F | 7F | 3A | 58 | 0 | 36 | 32 | 8F | 4F | 1C |
| Octal | 17 | 177 | 72 | 130 | 0 | 66 | 62 | 217 | 117 | 34 |
| Binary | 1111 | 1111111 | 111010 | 1011000 | 0 | 110110 | 110010 | 10001111 | 1001111 | 11100 |
Color Harmonies of #0F7F3A
Complementary color
Monochromatic Colors of #0F7F3A
Black with #0F7F3A
Text Example
Text Example
White with #0F7F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7F3A; }
p { color: rgb(15,127,58); }
H1.HeaderClassName
{
color: #0F7F3A;
}
.AnyTagClassName
{
color: #0F7F3A;
}
</style>
background-color css
<style>
a { background-color: #0F7F3A; }
a { background-color: rgb(15,127,58); }
div.DivClassName
{
background-color: #0F7F3A;
}
.BgClassName
{
background-color: #0F7F3A;
}
</style>
border-color css
<style>
span { border-color: #0F7F3A; }
span { border-color: rgb(15,127,58); }
td.TdClassName
{
border-color: #0F7F3A;
}
.TagClassName
{
border-color: #0F7F3A;
}
</style>