Shades of Dark Spring Green #0F8337
Tints of Dark Spring Green #0F8337
RGB
CMYK
RGB Variations
Color information
#0F8337 (or 0x0F8337) is known color: Dark Spring Green. HEX triplet: 0F, 83 and 37. RGB value is (15,131,55). Sum of RGB (Red+Green+Blue) = 15+131+55=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8337 is #F07CC8. Grayscale: #575757. Windows color (decimal): -15760585 or 3638031. OLE color: 3638031.
HSL color Cylindrical-coordinate representation of color #0F8337: hue angle of 140.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8337 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 55 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.49 |
| HSL | 140.69º | 0.79% | 0.29% | - |
| HSV(B) | 140.69º | 0.89% | 0.51% | - |
| XYZ | 9 | 16.61 | 6.35 | - |
| YUV | 87.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 55 | 0.89 | 0 | 0.58 | 0.49 | 140.69 | 0.79 | 0.29 |
| Hex | F | 83 | 37 | 59 | 0 | 3A | 31 | 8D | 4F | 1D |
| Octal | 17 | 203 | 67 | 131 | 0 | 72 | 61 | 215 | 117 | 35 |
| Binary | 1111 | 10000011 | 110111 | 1011001 | 0 | 111010 | 110001 | 10001101 | 1001111 | 11101 |
Color Harmonies of #0F8337
Complementary color
Monochromatic Colors of #0F8337
Black with #0F8337
Text Example
Text Example
White with #0F8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8337; }
p { color: rgb(15,131,55); }
H1.HeaderClassName
{
color: #0F8337;
}
.AnyTagClassName
{
color: #0F8337;
}
</style>
background-color css
<style>
a { background-color: #0F8337; }
a { background-color: rgb(15,131,55); }
div.DivClassName
{
background-color: #0F8337;
}
.BgClassName
{
background-color: #0F8337;
}
</style>
border-color css
<style>
span { border-color: #0F8337; }
span { border-color: rgb(15,131,55); }
td.TdClassName
{
border-color: #0F8337;
}
.TagClassName
{
border-color: #0F8337;
}
</style>