Shades of Dark Spring Green #0F8035
Tints of Dark Spring Green #0F8035
RGB
CMYK
RGB Variations
Color information
#0F8035 (or 0x0F8035) is known color: Dark Spring Green. HEX triplet: 0F, 80 and 35. RGB value is (15,128,53). Sum of RGB (Red+Green+Blue) = 15+128+53=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8035 is #F07FCA. Grayscale: #555555. Windows color (decimal): -15761355 or 3506191. OLE color: 3506191.
HSL color Cylindrical-coordinate representation of color #0F8035: hue angle of 140.18º 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 #0F8035 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 53 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.50 |
| HSL | 140.18º | 0.79% | 0.28% | - |
| HSV(B) | 140.18º | 0.88% | 0.5% | - |
| XYZ | 8.56 | 15.8 | 5.97 | - |
| YUV | 85.66 | 109.56 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 53 | 0.88 | 0 | 0.59 | 0.50 | 140.18 | 0.79 | 0.28 |
| Hex | F | 80 | 35 | 58 | 0 | 3B | 32 | 8C | 4F | 1C |
| Octal | 17 | 200 | 65 | 130 | 0 | 73 | 62 | 214 | 117 | 34 |
| Binary | 1111 | 10000000 | 110101 | 1011000 | 0 | 111011 | 110010 | 10001100 | 1001111 | 11100 |
Color Harmonies of #0F8035
Complementary color
Monochromatic Colors of #0F8035
Black with #0F8035
Text Example
Text Example
White with #0F8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8035; }
p { color: rgb(15,128,53); }
H1.HeaderClassName
{
color: #0F8035;
}
.AnyTagClassName
{
color: #0F8035;
}
</style>
background-color css
<style>
a { background-color: #0F8035; }
a { background-color: rgb(15,128,53); }
div.DivClassName
{
background-color: #0F8035;
}
.BgClassName
{
background-color: #0F8035;
}
</style>
border-color css
<style>
span { border-color: #0F8035; }
span { border-color: rgb(15,128,53); }
td.TdClassName
{
border-color: #0F8035;
}
.TagClassName
{
border-color: #0F8035;
}
</style>