Shades of Dark Spring Green #1E6F4A
Tints of Dark Spring Green #1E6F4A
RGB
CMYK
RGB Variations
Color information
#1E6F4A (or 0x1E6F4A) is known color: Dark Spring Green. HEX triplet: 1E, 6F and 4A. RGB value is (30,111,74). Sum of RGB (Red+Green+Blue) = 30+111+74=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F4A is #E190B5. Grayscale: #525252. Windows color (decimal): -14782646 or 4878110. OLE color: 4878110.
HSL color Cylindrical-coordinate representation of color #1E6F4A: hue angle of 152.59º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F4A is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 74 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.56 |
| HSL | 152.59º | 0.57% | 0.28% | - |
| HSV(B) | 152.59º | 0.73% | 0.44% | - |
| XYZ | 7.46 | 12.14 | 8.43 | - |
| YUV | 82.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 74 | 0.73 | 0 | 0.33 | 0.56 | 152.59 | 0.57 | 0.28 |
| Hex | 1E | 6F | 4A | 49 | 0 | 21 | 38 | 99 | 39 | 1C |
| Octal | 36 | 157 | 112 | 111 | 0 | 41 | 70 | 231 | 71 | 34 |
| Binary | 11110 | 1101111 | 1001010 | 1001001 | 0 | 100001 | 111000 | 10011001 | 111001 | 11100 |
Color Harmonies of #1E6F4A
Complementary color
Monochromatic Colors of #1E6F4A
Black with #1E6F4A
Text Example
Text Example
White with #1E6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F4A; }
p { color: rgb(30,111,74); }
H1.HeaderClassName
{
color: #1E6F4A;
}
.AnyTagClassName
{
color: #1E6F4A;
}
</style>
background-color css
<style>
a { background-color: #1E6F4A; }
a { background-color: rgb(30,111,74); }
div.DivClassName
{
background-color: #1E6F4A;
}
.BgClassName
{
background-color: #1E6F4A;
}
</style>
border-color css
<style>
span { border-color: #1E6F4A; }
span { border-color: rgb(30,111,74); }
td.TdClassName
{
border-color: #1E6F4A;
}
.TagClassName
{
border-color: #1E6F4A;
}
</style>