Shades of Dark Spring Green #1F7246
Tints of Dark Spring Green #1F7246
RGB
CMYK
RGB Variations
Color information
#1F7246 (or 0x1F7246) is known color: Dark Spring Green. HEX triplet: 1F, 72 and 46. RGB value is (31,114,70). Sum of RGB (Red+Green+Blue) = 31+114+70=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7246 is #E08DB9. Grayscale: #545454. Windows color (decimal): -14716346 or 4616735. OLE color: 4616735.
HSL color Cylindrical-coordinate representation of color #1F7246: hue angle of 148.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7246 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 70 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.55 |
| HSL | 148.19º | 0.57% | 0.28% | - |
| HSV(B) | 148.19º | 0.73% | 0.45% | - |
| XYZ | 7.69 | 12.77 | 7.85 | - |
| YUV | 84.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 70 | 0.73 | 0 | 0.39 | 0.55 | 148.19 | 0.57 | 0.28 |
| Hex | 1F | 72 | 46 | 49 | 0 | 27 | 37 | 94 | 39 | 1C |
| Octal | 37 | 162 | 106 | 111 | 0 | 47 | 67 | 224 | 71 | 34 |
| Binary | 11111 | 1110010 | 1000110 | 1001001 | 0 | 100111 | 110111 | 10010100 | 111001 | 11100 |
Color Harmonies of #1F7246
Complementary color
Monochromatic Colors of #1F7246
Black with #1F7246
Text Example
Text Example
White with #1F7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7246; }
p { color: rgb(31,114,70); }
H1.HeaderClassName
{
color: #1F7246;
}
.AnyTagClassName
{
color: #1F7246;
}
</style>
background-color css
<style>
a { background-color: #1F7246; }
a { background-color: rgb(31,114,70); }
div.DivClassName
{
background-color: #1F7246;
}
.BgClassName
{
background-color: #1F7246;
}
</style>
border-color css
<style>
span { border-color: #1F7246; }
span { border-color: rgb(31,114,70); }
td.TdClassName
{
border-color: #1F7246;
}
.TagClassName
{
border-color: #1F7246;
}
</style>