Shades of Dark Spring Green #1F863D
Tints of Dark Spring Green #1F863D
RGB
CMYK
RGB Variations
Color information
#1F863D (or 0x1F863D) is known color: Dark Spring Green. HEX triplet: 1F, 86 and 3D. RGB value is (31,134,61). Sum of RGB (Red+Green+Blue) = 31+134+61=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #1F863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F863D is #E079C2. Grayscale: #5F5F5F. Windows color (decimal): -14711235 or 4032031. OLE color: 4032031.
HSL color Cylindrical-coordinate representation of color #1F863D: hue angle of 137.48º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F863D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 61 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.47 |
| HSL | 137.48º | 0.62% | 0.32% | - |
| HSV(B) | 137.48º | 0.77% | 0.53% | - |
| XYZ | 9.93 | 17.68 | 7.3 | - |
| YUV | 94.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 61 | 0.77 | 0 | 0.54 | 0.47 | 137.48 | 0.62 | 0.32 |
| Hex | 1F | 86 | 3D | 4D | 0 | 36 | 2F | 89 | 3E | 20 |
| Octal | 37 | 206 | 75 | 115 | 0 | 66 | 57 | 211 | 76 | 40 |
| Binary | 11111 | 10000110 | 111101 | 1001101 | 0 | 110110 | 101111 | 10001001 | 111110 | 100000 |
Color Harmonies of #1F863D
Complementary color
Monochromatic Colors of #1F863D
Black with #1F863D
Text Example
Text Example
White with #1F863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F863D; }
p { color: rgb(31,134,61); }
H1.HeaderClassName
{
color: #1F863D;
}
.AnyTagClassName
{
color: #1F863D;
}
</style>
background-color css
<style>
a { background-color: #1F863D; }
a { background-color: rgb(31,134,61); }
div.DivClassName
{
background-color: #1F863D;
}
.BgClassName
{
background-color: #1F863D;
}
</style>
border-color css
<style>
span { border-color: #1F863D; }
span { border-color: rgb(31,134,61); }
td.TdClassName
{
border-color: #1F863D;
}
.TagClassName
{
border-color: #1F863D;
}
</style>