Shades of Dark Spring Green #1F803F
Tints of Dark Spring Green #1F803F
RGB
CMYK
RGB Variations
Color information
#1F803F (or 0x1F803F) is known color: Dark Spring Green. HEX triplet: 1F, 80 and 3F. RGB value is (31,128,63). Sum of RGB (Red+Green+Blue) = 31+128+63=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #1F803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F803F is #E07FC0. Grayscale: #5B5B5B. Windows color (decimal): -14712769 or 4161567. OLE color: 4161567.
HSL color Cylindrical-coordinate representation of color #1F803F: hue angle of 139.79º 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 #1F803F is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 63 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.50 |
| HSL | 139.79º | 0.61% | 0.31% | - |
| HSV(B) | 139.79º | 0.76% | 0.5% | - |
| XYZ | 9.18 | 16.09 | 7.32 | - |
| YUV | 91.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 63 | 0.76 | 0 | 0.51 | 0.50 | 139.79 | 0.61 | 0.31 |
| Hex | 1F | 80 | 3F | 4C | 0 | 33 | 32 | 8C | 3D | 1F |
| Octal | 37 | 200 | 77 | 114 | 0 | 63 | 62 | 214 | 75 | 37 |
| Binary | 11111 | 10000000 | 111111 | 1001100 | 0 | 110011 | 110010 | 10001100 | 111101 | 11111 |
Color Harmonies of #1F803F
Complementary color
Monochromatic Colors of #1F803F
Black with #1F803F
Text Example
Text Example
White with #1F803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F803F; }
p { color: rgb(31,128,63); }
H1.HeaderClassName
{
color: #1F803F;
}
.AnyTagClassName
{
color: #1F803F;
}
</style>
background-color css
<style>
a { background-color: #1F803F; }
a { background-color: rgb(31,128,63); }
div.DivClassName
{
background-color: #1F803F;
}
.BgClassName
{
background-color: #1F803F;
}
</style>
border-color css
<style>
span { border-color: #1F803F; }
span { border-color: rgb(31,128,63); }
td.TdClassName
{
border-color: #1F803F;
}
.TagClassName
{
border-color: #1F803F;
}
</style>