Shades of Dark Spring Green #1F803E
Tints of Dark Spring Green #1F803E
RGB
CMYK
RGB Variations
Color information
#1F803E (or 0x1F803E) is known color: Dark Spring Green. HEX triplet: 1F, 80 and 3E. RGB value is (31,128,62). Sum of RGB (Red+Green+Blue) = 31+128+62=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #1F803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F803E is #E07FC1. Grayscale: #5B5B5B. Windows color (decimal): -14712770 or 4096031. OLE color: 4096031.
HSL color Cylindrical-coordinate representation of color #1F803E: hue angle of 139.18º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F803E is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 62 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.50 |
| HSL | 139.18º | 0.61% | 0.31% | - |
| HSV(B) | 139.18º | 0.76% | 0.5% | - |
| XYZ | 9.15 | 16.08 | 7.18 | - |
| YUV | 91.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 62 | 0.76 | 0 | 0.52 | 0.50 | 139.18 | 0.61 | 0.31 |
| Hex | 1F | 80 | 3E | 4C | 0 | 34 | 32 | 8B | 3D | 1F |
| Octal | 37 | 200 | 76 | 114 | 0 | 64 | 62 | 213 | 75 | 37 |
| Binary | 11111 | 10000000 | 111110 | 1001100 | 0 | 110100 | 110010 | 10001011 | 111101 | 11111 |
Color Harmonies of #1F803E
Complementary color
Monochromatic Colors of #1F803E
Black with #1F803E
Text Example
Text Example
White with #1F803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F803E; }
p { color: rgb(31,128,62); }
H1.HeaderClassName
{
color: #1F803E;
}
.AnyTagClassName
{
color: #1F803E;
}
</style>
background-color css
<style>
a { background-color: #1F803E; }
a { background-color: rgb(31,128,62); }
div.DivClassName
{
background-color: #1F803E;
}
.BgClassName
{
background-color: #1F803E;
}
</style>
border-color css
<style>
span { border-color: #1F803E; }
span { border-color: rgb(31,128,62); }
td.TdClassName
{
border-color: #1F803E;
}
.TagClassName
{
border-color: #1F803E;
}
</style>