Shades of Dark Spring Green #1C7142
Tints of Dark Spring Green #1C7142
RGB
CMYK
RGB Variations
Color information
#1C7142 (or 0x1C7142) is known color: Dark Spring Green. HEX triplet: 1C, 71 and 42. RGB value is (28,113,66). Sum of RGB (Red+Green+Blue) = 28+113+66=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7142 is #E38EBD. Grayscale: #525252. Windows color (decimal): -14913214 or 4354332. OLE color: 4354332.
HSL color Cylindrical-coordinate representation of color #1C7142: hue angle of 146.82º 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 #1C7142 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 66 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.56 |
| HSL | 146.82º | 0.6% | 0.28% | - |
| HSV(B) | 146.82º | 0.75% | 0.44% | - |
| XYZ | 7.37 | 12.45 | 7.17 | - |
| YUV | 82.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 66 | 0.75 | 0 | 0.42 | 0.56 | 146.82 | 0.6 | 0.28 |
| Hex | 1C | 71 | 42 | 4B | 0 | 2A | 38 | 93 | 3C | 1C |
| Octal | 34 | 161 | 102 | 113 | 0 | 52 | 70 | 223 | 74 | 34 |
| Binary | 11100 | 1110001 | 1000010 | 1001011 | 0 | 101010 | 111000 | 10010011 | 111100 | 11100 |
Color Harmonies of #1C7142
Complementary color
Monochromatic Colors of #1C7142
Black with #1C7142
Text Example
Text Example
White with #1C7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7142; }
p { color: rgb(28,113,66); }
H1.HeaderClassName
{
color: #1C7142;
}
.AnyTagClassName
{
color: #1C7142;
}
</style>
background-color css
<style>
a { background-color: #1C7142; }
a { background-color: rgb(28,113,66); }
div.DivClassName
{
background-color: #1C7142;
}
.BgClassName
{
background-color: #1C7142;
}
</style>
border-color css
<style>
span { border-color: #1C7142; }
span { border-color: rgb(28,113,66); }
td.TdClassName
{
border-color: #1C7142;
}
.TagClassName
{
border-color: #1C7142;
}
</style>