Shades of Dark Spring Green #1F773F
Tints of Dark Spring Green #1F773F
RGB
CMYK
RGB Variations
Color information
#1F773F (or 0x1F773F) is known color: Dark Spring Green. HEX triplet: 1F, 77 and 3F. RGB value is (31,119,63). Sum of RGB (Red+Green+Blue) = 31+119+63=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #1F773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F773F is #E088C0. Grayscale: #565656. Windows color (decimal): -14715073 or 4159263. OLE color: 4159263.
HSL color Cylindrical-coordinate representation of color #1F773F: hue angle of 141.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F773F is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 63 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.53 |
| HSL | 141.82º | 0.59% | 0.29% | - |
| HSV(B) | 141.82º | 0.74% | 0.47% | - |
| XYZ | 8.06 | 13.84 | 6.95 | - |
| YUV | 86.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 63 | 0.74 | 0 | 0.47 | 0.53 | 141.82 | 0.59 | 0.29 |
| Hex | 1F | 77 | 3F | 4A | 0 | 2F | 35 | 8E | 3B | 1D |
| Octal | 37 | 167 | 77 | 112 | 0 | 57 | 65 | 216 | 73 | 35 |
| Binary | 11111 | 1110111 | 111111 | 1001010 | 0 | 101111 | 110101 | 10001110 | 111011 | 11101 |
Color Harmonies of #1F773F
Complementary color
Monochromatic Colors of #1F773F
Black with #1F773F
Text Example
Text Example
White with #1F773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F773F; }
p { color: rgb(31,119,63); }
H1.HeaderClassName
{
color: #1F773F;
}
.AnyTagClassName
{
color: #1F773F;
}
</style>
background-color css
<style>
a { background-color: #1F773F; }
a { background-color: rgb(31,119,63); }
div.DivClassName
{
background-color: #1F773F;
}
.BgClassName
{
background-color: #1F773F;
}
</style>
border-color css
<style>
span { border-color: #1F773F; }
span { border-color: rgb(31,119,63); }
td.TdClassName
{
border-color: #1F773F;
}
.TagClassName
{
border-color: #1F773F;
}
</style>