Shades of Dark Spring Green #1C743F
Tints of Dark Spring Green #1C743F
RGB
CMYK
RGB Variations
Color information
#1C743F (or 0x1C743F) is known color: Dark Spring Green. HEX triplet: 1C, 74 and 3F. RGB value is (28,116,63). Sum of RGB (Red+Green+Blue) = 28+116+63=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #1C743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C743F is #E38BC0. Grayscale: #535353. Windows color (decimal): -14912449 or 4158492. OLE color: 4158492.
HSL color Cylindrical-coordinate representation of color #1C743F: hue angle of 143.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C743F is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 63 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.55 |
| HSL | 143.86º | 0.61% | 0.28% | - |
| HSV(B) | 143.86º | 0.76% | 0.45% | - |
| XYZ | 7.62 | 13.1 | 6.83 | - |
| YUV | 83.65 | 116.35 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 63 | 0.76 | 0 | 0.46 | 0.55 | 143.86 | 0.61 | 0.28 |
| Hex | 1C | 74 | 3F | 4C | 0 | 2E | 37 | 90 | 3D | 1C |
| Octal | 34 | 164 | 77 | 114 | 0 | 56 | 67 | 220 | 75 | 34 |
| Binary | 11100 | 1110100 | 111111 | 1001100 | 0 | 101110 | 110111 | 10010000 | 111101 | 11100 |
Color Harmonies of #1C743F
Complementary color
Monochromatic Colors of #1C743F
Black with #1C743F
Text Example
Text Example
White with #1C743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C743F; }
p { color: rgb(28,116,63); }
H1.HeaderClassName
{
color: #1C743F;
}
.AnyTagClassName
{
color: #1C743F;
}
</style>
background-color css
<style>
a { background-color: #1C743F; }
a { background-color: rgb(28,116,63); }
div.DivClassName
{
background-color: #1C743F;
}
.BgClassName
{
background-color: #1C743F;
}
</style>
border-color css
<style>
span { border-color: #1C743F; }
span { border-color: rgb(28,116,63); }
td.TdClassName
{
border-color: #1C743F;
}
.TagClassName
{
border-color: #1C743F;
}
</style>