Shades of Dark Spring Green #1C714D
Tints of Dark Spring Green #1C714D
RGB
CMYK
RGB Variations
Color information
#1C714D (or 0x1C714D) is known color: Dark Spring Green. HEX triplet: 1C, 71 and 4D. RGB value is (28,113,77). Sum of RGB (Red+Green+Blue) = 28+113+77=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #1C714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C714D is #E38EB2. Grayscale: #535353. Windows color (decimal): -14913203 or 5075228. OLE color: 5075228.
HSL color Cylindrical-coordinate representation of color #1C714D: hue angle of 154.59º 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 #1C714D is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 77 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.56 |
| HSL | 154.59º | 0.6% | 0.28% | - |
| HSV(B) | 154.59º | 0.75% | 0.44% | - |
| XYZ | 7.72 | 12.59 | 9.04 | - |
| YUV | 83.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 77 | 0.75 | 0 | 0.32 | 0.56 | 154.59 | 0.6 | 0.28 |
| Hex | 1C | 71 | 4D | 4B | 0 | 20 | 38 | 9B | 3C | 1C |
| Octal | 34 | 161 | 115 | 113 | 0 | 40 | 70 | 233 | 74 | 34 |
| Binary | 11100 | 1110001 | 1001101 | 1001011 | 0 | 100000 | 111000 | 10011011 | 111100 | 11100 |
Color Harmonies of #1C714D
Complementary color
Monochromatic Colors of #1C714D
Black with #1C714D
Text Example
Text Example
White with #1C714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C714D; }
p { color: rgb(28,113,77); }
H1.HeaderClassName
{
color: #1C714D;
}
.AnyTagClassName
{
color: #1C714D;
}
</style>
background-color css
<style>
a { background-color: #1C714D; }
a { background-color: rgb(28,113,77); }
div.DivClassName
{
background-color: #1C714D;
}
.BgClassName
{
background-color: #1C714D;
}
</style>
border-color css
<style>
span { border-color: #1C714D; }
span { border-color: rgb(28,113,77); }
td.TdClassName
{
border-color: #1C714D;
}
.TagClassName
{
border-color: #1C714D;
}
</style>