Shades of Dark Spring Green #1F6C4D
Tints of Dark Spring Green #1F6C4D
RGB
CMYK
RGB Variations
Color information
#1F6C4D (or 0x1F6C4D) is known color: Dark Spring Green. HEX triplet: 1F, 6C and 4D. RGB value is (31,108,77). Sum of RGB (Red+Green+Blue) = 31+108+77=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C4D is #E093B2. Grayscale: #515151. Windows color (decimal): -14717875 or 5073951. OLE color: 5073951.
HSL color Cylindrical-coordinate representation of color #1F6C4D: hue angle of 155.84º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6C4D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 108 | 77 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.58 |
| HSL | 155.84º | 0.55% | 0.27% | - |
| HSV(B) | 155.84º | 0.71% | 0.42% | - |
| XYZ | 7.27 | 11.55 | 8.87 | - |
| YUV | 81.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 108 | 77 | 0.71 | 0 | 0.29 | 0.58 | 155.84 | 0.55 | 0.27 |
| Hex | 1F | 6C | 4D | 47 | 0 | 1D | 3A | 9C | 37 | 1B |
| Octal | 37 | 154 | 115 | 107 | 0 | 35 | 72 | 234 | 67 | 33 |
| Binary | 11111 | 1101100 | 1001101 | 1000111 | 0 | 11101 | 111010 | 10011100 | 110111 | 11011 |
Color Harmonies of #1F6C4D
Complementary color
Monochromatic Colors of #1F6C4D
Black with #1F6C4D
Text Example
Text Example
White with #1F6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6C4D; }
p { color: rgb(31,108,77); }
H1.HeaderClassName
{
color: #1F6C4D;
}
.AnyTagClassName
{
color: #1F6C4D;
}
</style>
background-color css
<style>
a { background-color: #1F6C4D; }
a { background-color: rgb(31,108,77); }
div.DivClassName
{
background-color: #1F6C4D;
}
.BgClassName
{
background-color: #1F6C4D;
}
</style>
border-color css
<style>
span { border-color: #1F6C4D; }
span { border-color: rgb(31,108,77); }
td.TdClassName
{
border-color: #1F6C4D;
}
.TagClassName
{
border-color: #1F6C4D;
}
</style>