Shades of Dark Spring Green #1F6F4C
Tints of Dark Spring Green #1F6F4C
RGB
CMYK
RGB Variations
Color information
#1F6F4C (or 0x1F6F4C) is known color: Dark Spring Green. HEX triplet: 1F, 6F and 4C. RGB value is (31,111,76). Sum of RGB (Red+Green+Blue) = 31+111+76=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F4C is #E090B3. Grayscale: #535353. Windows color (decimal): -14717108 or 5009183. OLE color: 5009183.
HSL color Cylindrical-coordinate representation of color #1F6F4C: hue angle of 153.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F4C is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 76 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.56 |
| HSL | 153.75º | 0.56% | 0.28% | - |
| HSV(B) | 153.75º | 0.72% | 0.44% | - |
| XYZ | 7.55 | 12.18 | 8.79 | - |
| YUV | 83.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 76 | 0.72 | 0 | 0.32 | 0.56 | 153.75 | 0.56 | 0.28 |
| Hex | 1F | 6F | 4C | 48 | 0 | 20 | 38 | 9A | 38 | 1C |
| Octal | 37 | 157 | 114 | 110 | 0 | 40 | 70 | 232 | 70 | 34 |
| Binary | 11111 | 1101111 | 1001100 | 1001000 | 0 | 100000 | 111000 | 10011010 | 111000 | 11100 |
Color Harmonies of #1F6F4C
Complementary color
Monochromatic Colors of #1F6F4C
Black with #1F6F4C
Text Example
Text Example
White with #1F6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F4C; }
p { color: rgb(31,111,76); }
H1.HeaderClassName
{
color: #1F6F4C;
}
.AnyTagClassName
{
color: #1F6F4C;
}
</style>
background-color css
<style>
a { background-color: #1F6F4C; }
a { background-color: rgb(31,111,76); }
div.DivClassName
{
background-color: #1F6F4C;
}
.BgClassName
{
background-color: #1F6F4C;
}
</style>
border-color css
<style>
span { border-color: #1F6F4C; }
span { border-color: rgb(31,111,76); }
td.TdClassName
{
border-color: #1F6F4C;
}
.TagClassName
{
border-color: #1F6F4C;
}
</style>