Shades of Dark Spring Green #1F7645
Tints of Dark Spring Green #1F7645
RGB
CMYK
RGB Variations
Color information
#1F7645 (or 0x1F7645) is known color: Dark Spring Green. HEX triplet: 1F, 76 and 45. RGB value is (31,118,69). Sum of RGB (Red+Green+Blue) = 31+118+69=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7645 is #E089BA. Grayscale: #565656. Windows color (decimal): -14715323 or 4552223. OLE color: 4552223.
HSL color Cylindrical-coordinate representation of color #1F7645: hue angle of 146.21º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7645 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 69 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.54 |
| HSL | 146.21º | 0.58% | 0.29% | - |
| HSV(B) | 146.21º | 0.74% | 0.46% | - |
| XYZ | 8.12 | 13.68 | 7.84 | - |
| YUV | 86.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 69 | 0.74 | 0 | 0.42 | 0.54 | 146.21 | 0.58 | 0.29 |
| Hex | 1F | 76 | 45 | 4A | 0 | 2A | 36 | 92 | 3A | 1D |
| Octal | 37 | 166 | 105 | 112 | 0 | 52 | 66 | 222 | 72 | 35 |
| Binary | 11111 | 1110110 | 1000101 | 1001010 | 0 | 101010 | 110110 | 10010010 | 111010 | 11101 |
Color Harmonies of #1F7645
Complementary color
Monochromatic Colors of #1F7645
Black with #1F7645
Text Example
Text Example
White with #1F7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7645; }
p { color: rgb(31,118,69); }
H1.HeaderClassName
{
color: #1F7645;
}
.AnyTagClassName
{
color: #1F7645;
}
</style>
background-color css
<style>
a { background-color: #1F7645; }
a { background-color: rgb(31,118,69); }
div.DivClassName
{
background-color: #1F7645;
}
.BgClassName
{
background-color: #1F7645;
}
</style>
border-color css
<style>
span { border-color: #1F7645; }
span { border-color: rgb(31,118,69); }
td.TdClassName
{
border-color: #1F7645;
}
.TagClassName
{
border-color: #1F7645;
}
</style>