Shades of Dark Spring Green #1F7845
Tints of Dark Spring Green #1F7845
RGB
CMYK
RGB Variations
Color information
#1F7845 (or 0x1F7845) is known color: Dark Spring Green. HEX triplet: 1F, 78 and 45. RGB value is (31,120,69). Sum of RGB (Red+Green+Blue) = 31+120+69=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7845 is #E087BA. Grayscale: #575757. Windows color (decimal): -14714811 or 4552735. OLE color: 4552735.
HSL color Cylindrical-coordinate representation of color #1F7845: hue angle of 145.62º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7845 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 69 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.53 |
| HSL | 145.62º | 0.59% | 0.3% | - |
| HSV(B) | 145.62º | 0.74% | 0.47% | - |
| XYZ | 8.36 | 14.15 | 7.92 | - |
| YUV | 87.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 69 | 0.74 | 0 | 0.42 | 0.53 | 145.62 | 0.59 | 0.3 |
| Hex | 1F | 78 | 45 | 4A | 0 | 2A | 35 | 92 | 3B | 1E |
| Octal | 37 | 170 | 105 | 112 | 0 | 52 | 65 | 222 | 73 | 36 |
| Binary | 11111 | 1111000 | 1000101 | 1001010 | 0 | 101010 | 110101 | 10010010 | 111011 | 11110 |
Color Harmonies of #1F7845
Complementary color
Monochromatic Colors of #1F7845
Black with #1F7845
Text Example
Text Example
White with #1F7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7845; }
p { color: rgb(31,120,69); }
H1.HeaderClassName
{
color: #1F7845;
}
.AnyTagClassName
{
color: #1F7845;
}
</style>
background-color css
<style>
a { background-color: #1F7845; }
a { background-color: rgb(31,120,69); }
div.DivClassName
{
background-color: #1F7845;
}
.BgClassName
{
background-color: #1F7845;
}
</style>
border-color css
<style>
span { border-color: #1F7845; }
span { border-color: rgb(31,120,69); }
td.TdClassName
{
border-color: #1F7845;
}
.TagClassName
{
border-color: #1F7845;
}
</style>