Shades of Dark Spring Green #0F813D
Tints of Dark Spring Green #0F813D
RGB
CMYK
RGB Variations
Color information
#0F813D (or 0x0F813D) is known color: Dark Spring Green. HEX triplet: 0F, 81 and 3D. RGB value is (15,129,61). Sum of RGB (Red+Green+Blue) = 15+129+61=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #0F813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F813D is #F07EC2. Grayscale: #575757. Windows color (decimal): -15761091 or 4030735. OLE color: 4030735.
HSL color Cylindrical-coordinate representation of color #0F813D: hue angle of 144.21º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F813D is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 61 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.49 |
| HSL | 144.21º | 0.79% | 0.28% | - |
| HSV(B) | 144.21º | 0.88% | 0.51% | - |
| XYZ | 8.89 | 16.14 | 7.06 | - |
| YUV | 87.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 61 | 0.88 | 0 | 0.53 | 0.49 | 144.21 | 0.79 | 0.28 |
| Hex | F | 81 | 3D | 58 | 0 | 35 | 31 | 90 | 4F | 1C |
| Octal | 17 | 201 | 75 | 130 | 0 | 65 | 61 | 220 | 117 | 34 |
| Binary | 1111 | 10000001 | 111101 | 1011000 | 0 | 110101 | 110001 | 10010000 | 1001111 | 11100 |
Color Harmonies of #0F813D
Complementary color
Monochromatic Colors of #0F813D
Black with #0F813D
Text Example
Text Example
White with #0F813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F813D; }
p { color: rgb(15,129,61); }
H1.HeaderClassName
{
color: #0F813D;
}
.AnyTagClassName
{
color: #0F813D;
}
</style>
background-color css
<style>
a { background-color: #0F813D; }
a { background-color: rgb(15,129,61); }
div.DivClassName
{
background-color: #0F813D;
}
.BgClassName
{
background-color: #0F813D;
}
</style>
border-color css
<style>
span { border-color: #0F813D; }
span { border-color: rgb(15,129,61); }
td.TdClassName
{
border-color: #0F813D;
}
.TagClassName
{
border-color: #0F813D;
}
</style>