Shades of Dark Spring Green #1D743F
Tints of Dark Spring Green #1D743F
RGB
CMYK
RGB Variations
Color information
#1D743F (or 0x1D743F) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 3F. RGB value is (29,116,63). Sum of RGB (Red+Green+Blue) = 29+116+63=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #1D743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D743F is #E28BC0. Grayscale: #545454. Windows color (decimal): -14846913 or 4158493. OLE color: 4158493.
HSL color Cylindrical-coordinate representation of color #1D743F: hue angle of 143.45º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D743F is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 63 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.55 |
| HSL | 143.45º | 0.6% | 0.28% | - |
| HSV(B) | 143.45º | 0.75% | 0.45% | - |
| XYZ | 7.65 | 13.11 | 6.83 | - |
| YUV | 83.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 63 | 0.75 | 0 | 0.46 | 0.55 | 143.45 | 0.6 | 0.28 |
| Hex | 1D | 74 | 3F | 4B | 0 | 2E | 37 | 8F | 3C | 1C |
| Octal | 35 | 164 | 77 | 113 | 0 | 56 | 67 | 217 | 74 | 34 |
| Binary | 11101 | 1110100 | 111111 | 1001011 | 0 | 101110 | 110111 | 10001111 | 111100 | 11100 |
Color Harmonies of #1D743F
Complementary color
Monochromatic Colors of #1D743F
Black with #1D743F
Text Example
Text Example
White with #1D743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D743F; }
p { color: rgb(29,116,63); }
H1.HeaderClassName
{
color: #1D743F;
}
.AnyTagClassName
{
color: #1D743F;
}
</style>
background-color css
<style>
a { background-color: #1D743F; }
a { background-color: rgb(29,116,63); }
div.DivClassName
{
background-color: #1D743F;
}
.BgClassName
{
background-color: #1D743F;
}
</style>
border-color css
<style>
span { border-color: #1D743F; }
span { border-color: rgb(29,116,63); }
td.TdClassName
{
border-color: #1D743F;
}
.TagClassName
{
border-color: #1D743F;
}
</style>