Shades of Dark Spring Green #1E6C4C
Tints of Dark Spring Green #1E6C4C
RGB
CMYK
RGB Variations
Color information
#1E6C4C (or 0x1E6C4C) is known color: Dark Spring Green. HEX triplet: 1E, 6C and 4C. RGB value is (30,108,76). Sum of RGB (Red+Green+Blue) = 30+108+76=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6C4C is #E193B3. Grayscale: #515151. Windows color (decimal): -14783412 or 5008414. OLE color: 5008414.
HSL color Cylindrical-coordinate representation of color #1E6C4C: hue angle of 155.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6C4C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 108 | 76 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.58 |
| HSL | 155.38º | 0.57% | 0.27% | - |
| HSV(B) | 155.38º | 0.72% | 0.42% | - |
| XYZ | 7.2 | 11.52 | 8.68 | - |
| YUV | 81.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 76 | 0.72 | 0 | 0.30 | 0.58 | 155.38 | 0.57 | 0.27 |
| Hex | 1E | 6C | 4C | 48 | 0 | 1E | 3A | 9B | 39 | 1B |
| Octal | 36 | 154 | 114 | 110 | 0 | 36 | 72 | 233 | 71 | 33 |
| Binary | 11110 | 1101100 | 1001100 | 1001000 | 0 | 11110 | 111010 | 10011011 | 111001 | 11011 |
Color Harmonies of #1E6C4C
Complementary color
Monochromatic Colors of #1E6C4C
Black with #1E6C4C
Text Example
Text Example
White with #1E6C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6C4C; }
p { color: rgb(30,108,76); }
H1.HeaderClassName
{
color: #1E6C4C;
}
.AnyTagClassName
{
color: #1E6C4C;
}
</style>
background-color css
<style>
a { background-color: #1E6C4C; }
a { background-color: rgb(30,108,76); }
div.DivClassName
{
background-color: #1E6C4C;
}
.BgClassName
{
background-color: #1E6C4C;
}
</style>
border-color css
<style>
span { border-color: #1E6C4C; }
span { border-color: rgb(30,108,76); }
td.TdClassName
{
border-color: #1E6C4C;
}
.TagClassName
{
border-color: #1E6C4C;
}
</style>