Shades of Dark Spring Green #1E6D4C
Tints of Dark Spring Green #1E6D4C
RGB
CMYK
RGB Variations
Color information
#1E6D4C (or 0x1E6D4C) is known color: Dark Spring Green. HEX triplet: 1E, 6D and 4C. RGB value is (30,109,76). Sum of RGB (Red+Green+Blue) = 30+109+76=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6D4C is #E192B3. Grayscale: #515151. Windows color (decimal): -14783156 or 5008670. OLE color: 5008670.
HSL color Cylindrical-coordinate representation of color #1E6D4C: hue angle of 154.94º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6D4C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 76 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.57 |
| HSL | 154.94º | 0.57% | 0.27% | - |
| HSV(B) | 154.94º | 0.72% | 0.43% | - |
| XYZ | 7.31 | 11.74 | 8.72 | - |
| YUV | 81.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 76 | 0.72 | 0 | 0.30 | 0.57 | 154.94 | 0.57 | 0.27 |
| Hex | 1E | 6D | 4C | 48 | 0 | 1E | 39 | 9B | 39 | 1B |
| Octal | 36 | 155 | 114 | 110 | 0 | 36 | 71 | 233 | 71 | 33 |
| Binary | 11110 | 1101101 | 1001100 | 1001000 | 0 | 11110 | 111001 | 10011011 | 111001 | 11011 |
Color Harmonies of #1E6D4C
Complementary color
Monochromatic Colors of #1E6D4C
Black with #1E6D4C
Text Example
Text Example
White with #1E6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D4C; }
p { color: rgb(30,109,76); }
H1.HeaderClassName
{
color: #1E6D4C;
}
.AnyTagClassName
{
color: #1E6D4C;
}
</style>
background-color css
<style>
a { background-color: #1E6D4C; }
a { background-color: rgb(30,109,76); }
div.DivClassName
{
background-color: #1E6D4C;
}
.BgClassName
{
background-color: #1E6D4C;
}
</style>
border-color css
<style>
span { border-color: #1E6D4C; }
span { border-color: rgb(30,109,76); }
td.TdClassName
{
border-color: #1E6D4C;
}
.TagClassName
{
border-color: #1E6D4C;
}
</style>