Shades of Dark Spring Green #1D714B
Tints of Dark Spring Green #1D714B
RGB
CMYK
RGB Variations
Color information
#1D714B (or 0x1D714B) is known color: Dark Spring Green. HEX triplet: 1D, 71 and 4B. RGB value is (29,113,75). Sum of RGB (Red+Green+Blue) = 29+113+75=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #1D714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D714B is #E28EB4. Grayscale: #535353. Windows color (decimal): -14847669 or 4944157. OLE color: 4944157.
HSL color Cylindrical-coordinate representation of color #1D714B: hue angle of 152.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D714B is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 75 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.56 |
| HSL | 152.86º | 0.59% | 0.28% | - |
| HSV(B) | 152.86º | 0.74% | 0.44% | - |
| XYZ | 7.68 | 12.58 | 8.68 | - |
| YUV | 83.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 75 | 0.74 | 0 | 0.34 | 0.56 | 152.86 | 0.59 | 0.28 |
| Hex | 1D | 71 | 4B | 4A | 0 | 22 | 38 | 99 | 3B | 1C |
| Octal | 35 | 161 | 113 | 112 | 0 | 42 | 70 | 231 | 73 | 34 |
| Binary | 11101 | 1110001 | 1001011 | 1001010 | 0 | 100010 | 111000 | 10011001 | 111011 | 11100 |
Color Harmonies of #1D714B
Complementary color
Monochromatic Colors of #1D714B
Black with #1D714B
Text Example
Text Example
White with #1D714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D714B; }
p { color: rgb(29,113,75); }
H1.HeaderClassName
{
color: #1D714B;
}
.AnyTagClassName
{
color: #1D714B;
}
</style>
background-color css
<style>
a { background-color: #1D714B; }
a { background-color: rgb(29,113,75); }
div.DivClassName
{
background-color: #1D714B;
}
.BgClassName
{
background-color: #1D714B;
}
</style>
border-color css
<style>
span { border-color: #1D714B; }
span { border-color: rgb(29,113,75); }
td.TdClassName
{
border-color: #1D714B;
}
.TagClassName
{
border-color: #1D714B;
}
</style>