Shades of Dark Spring Green #1E734C
Tints of Dark Spring Green #1E734C
RGB
CMYK
RGB Variations
Color information
#1E734C (or 0x1E734C) is known color: Dark Spring Green. HEX triplet: 1E, 73 and 4C. RGB value is (30,115,76). Sum of RGB (Red+Green+Blue) = 30+115+76=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #1E734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E734C is #E18CB3. Grayscale: #555555. Windows color (decimal): -14781620 or 5010206. OLE color: 5010206.
HSL color Cylindrical-coordinate representation of color #1E734C: hue angle of 152.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E734C is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 76 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.55 |
| HSL | 152.47º | 0.59% | 0.28% | - |
| HSV(B) | 152.47º | 0.74% | 0.45% | - |
| XYZ | 7.97 | 13.06 | 8.94 | - |
| YUV | 85.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 76 | 0.74 | 0 | 0.34 | 0.55 | 152.47 | 0.59 | 0.28 |
| Hex | 1E | 73 | 4C | 4A | 0 | 22 | 37 | 98 | 3B | 1C |
| Octal | 36 | 163 | 114 | 112 | 0 | 42 | 67 | 230 | 73 | 34 |
| Binary | 11110 | 1110011 | 1001100 | 1001010 | 0 | 100010 | 110111 | 10011000 | 111011 | 11100 |
Color Harmonies of #1E734C
Complementary color
Monochromatic Colors of #1E734C
Black with #1E734C
Text Example
Text Example
White with #1E734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E734C; }
p { color: rgb(30,115,76); }
H1.HeaderClassName
{
color: #1E734C;
}
.AnyTagClassName
{
color: #1E734C;
}
</style>
background-color css
<style>
a { background-color: #1E734C; }
a { background-color: rgb(30,115,76); }
div.DivClassName
{
background-color: #1E734C;
}
.BgClassName
{
background-color: #1E734C;
}
</style>
border-color css
<style>
span { border-color: #1E734C; }
span { border-color: rgb(30,115,76); }
td.TdClassName
{
border-color: #1E734C;
}
.TagClassName
{
border-color: #1E734C;
}
</style>