Shades of Dark Spring Green #1E724C
Tints of Dark Spring Green #1E724C
RGB
CMYK
RGB Variations
Color information
#1E724C (or 0x1E724C) is known color: Dark Spring Green. HEX triplet: 1E, 72 and 4C. RGB value is (30,114,76). Sum of RGB (Red+Green+Blue) = 30+114+76=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #1E724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E724C is #E18DB3. Grayscale: #545454. Windows color (decimal): -14781876 or 5009950. OLE color: 5009950.
HSL color Cylindrical-coordinate representation of color #1E724C: hue angle of 152.86º degrees, saturation: 0.58, 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 #1E724C is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 76 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.55 |
| HSL | 152.86º | 0.58% | 0.28% | - |
| HSV(B) | 152.86º | 0.74% | 0.45% | - |
| XYZ | 7.86 | 12.83 | 8.9 | - |
| YUV | 84.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 76 | 0.74 | 0 | 0.33 | 0.55 | 152.86 | 0.58 | 0.28 |
| Hex | 1E | 72 | 4C | 4A | 0 | 21 | 37 | 99 | 3A | 1C |
| Octal | 36 | 162 | 114 | 112 | 0 | 41 | 67 | 231 | 72 | 34 |
| Binary | 11110 | 1110010 | 1001100 | 1001010 | 0 | 100001 | 110111 | 10011001 | 111010 | 11100 |
Color Harmonies of #1E724C
Complementary color
Monochromatic Colors of #1E724C
Black with #1E724C
Text Example
Text Example
White with #1E724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E724C; }
p { color: rgb(30,114,76); }
H1.HeaderClassName
{
color: #1E724C;
}
.AnyTagClassName
{
color: #1E724C;
}
</style>
background-color css
<style>
a { background-color: #1E724C; }
a { background-color: rgb(30,114,76); }
div.DivClassName
{
background-color: #1E724C;
}
.BgClassName
{
background-color: #1E724C;
}
</style>
border-color css
<style>
span { border-color: #1E724C; }
span { border-color: rgb(30,114,76); }
td.TdClassName
{
border-color: #1E724C;
}
.TagClassName
{
border-color: #1E724C;
}
</style>