Shades of Dark Spring Green #1C703F
Tints of Dark Spring Green #1C703F
RGB
CMYK
RGB Variations
Color information
#1C703F (or 0x1C703F) is known color: Dark Spring Green. HEX triplet: 1C, 70 and 3F. RGB value is (28,112,63). Sum of RGB (Red+Green+Blue) = 28+112+63=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #1C703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C703F is #E38FC0. Grayscale: #515151. Windows color (decimal): -14913473 or 4157468. OLE color: 4157468.
HSL color Cylindrical-coordinate representation of color #1C703F: hue angle of 145º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C703F is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 63 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.56 |
| HSL | 145º | 0.6% | 0.27% | - |
| HSV(B) | 145º | 0.75% | 0.44% | - |
| XYZ | 7.17 | 12.19 | 6.68 | - |
| YUV | 81.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 63 | 0.75 | 0 | 0.44 | 0.56 | 145 | 0.6 | 0.27 |
| Hex | 1C | 70 | 3F | 4B | 0 | 2C | 38 | 91 | 3C | 1B |
| Octal | 34 | 160 | 77 | 113 | 0 | 54 | 70 | 221 | 74 | 33 |
| Binary | 11100 | 1110000 | 111111 | 1001011 | 0 | 101100 | 111000 | 10010001 | 111100 | 11011 |
Color Harmonies of #1C703F
Complementary color
Monochromatic Colors of #1C703F
Black with #1C703F
Text Example
Text Example
White with #1C703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C703F; }
p { color: rgb(28,112,63); }
H1.HeaderClassName
{
color: #1C703F;
}
.AnyTagClassName
{
color: #1C703F;
}
</style>
background-color css
<style>
a { background-color: #1C703F; }
a { background-color: rgb(28,112,63); }
div.DivClassName
{
background-color: #1C703F;
}
.BgClassName
{
background-color: #1C703F;
}
</style>
border-color css
<style>
span { border-color: #1C703F; }
span { border-color: rgb(28,112,63); }
td.TdClassName
{
border-color: #1C703F;
}
.TagClassName
{
border-color: #1C703F;
}
</style>