Shades of Dark Spring Green #1C7146
Tints of Dark Spring Green #1C7146
RGB
CMYK
RGB Variations
Color information
#1C7146 (or 0x1C7146) is known color: Dark Spring Green. HEX triplet: 1C, 71 and 46. RGB value is (28,113,70). Sum of RGB (Red+Green+Blue) = 28+113+70=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7146 is #E38EB9. Grayscale: #525252. Windows color (decimal): -14913210 or 4616476. OLE color: 4616476.
HSL color Cylindrical-coordinate representation of color #1C7146: hue angle of 149.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7146 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 70 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.56 |
| HSL | 149.65º | 0.6% | 0.28% | - |
| HSV(B) | 149.65º | 0.75% | 0.44% | - |
| XYZ | 7.49 | 12.5 | 7.81 | - |
| YUV | 82.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 70 | 0.75 | 0 | 0.38 | 0.56 | 149.65 | 0.6 | 0.28 |
| Hex | 1C | 71 | 46 | 4B | 0 | 26 | 38 | 96 | 3C | 1C |
| Octal | 34 | 161 | 106 | 113 | 0 | 46 | 70 | 226 | 74 | 34 |
| Binary | 11100 | 1110001 | 1000110 | 1001011 | 0 | 100110 | 111000 | 10010110 | 111100 | 11100 |
Color Harmonies of #1C7146
Complementary color
Monochromatic Colors of #1C7146
Black with #1C7146
Text Example
Text Example
White with #1C7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7146; }
p { color: rgb(28,113,70); }
H1.HeaderClassName
{
color: #1C7146;
}
.AnyTagClassName
{
color: #1C7146;
}
</style>
background-color css
<style>
a { background-color: #1C7146; }
a { background-color: rgb(28,113,70); }
div.DivClassName
{
background-color: #1C7146;
}
.BgClassName
{
background-color: #1C7146;
}
</style>
border-color css
<style>
span { border-color: #1C7146; }
span { border-color: rgb(28,113,70); }
td.TdClassName
{
border-color: #1C7146;
}
.TagClassName
{
border-color: #1C7146;
}
</style>