Shades of Dark Spring Green #1E744A
Tints of Dark Spring Green #1E744A
RGB
CMYK
RGB Variations
Color information
#1E744A (or 0x1E744A) is known color: Dark Spring Green. HEX triplet: 1E, 74 and 4A. RGB value is (30,116,74). Sum of RGB (Red+Green+Blue) = 30+116+74=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #1E744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E744A is #E18BB5. Grayscale: #555555. Windows color (decimal): -14781366 or 4879390. OLE color: 4879390.
HSL color Cylindrical-coordinate representation of color #1E744A: hue angle of 150.7º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E744A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 74 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.55 |
| HSL | 150.7º | 0.59% | 0.29% | - |
| HSV(B) | 150.7º | 0.74% | 0.45% | - |
| XYZ | 8.02 | 13.26 | 8.62 | - |
| YUV | 85.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 74 | 0.74 | 0 | 0.36 | 0.55 | 150.7 | 0.59 | 0.29 |
| Hex | 1E | 74 | 4A | 4A | 0 | 24 | 37 | 97 | 3B | 1D |
| Octal | 36 | 164 | 112 | 112 | 0 | 44 | 67 | 227 | 73 | 35 |
| Binary | 11110 | 1110100 | 1001010 | 1001010 | 0 | 100100 | 110111 | 10010111 | 111011 | 11101 |
Color Harmonies of #1E744A
Complementary color
Monochromatic Colors of #1E744A
Black with #1E744A
Text Example
Text Example
White with #1E744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E744A; }
p { color: rgb(30,116,74); }
H1.HeaderClassName
{
color: #1E744A;
}
.AnyTagClassName
{
color: #1E744A;
}
</style>
background-color css
<style>
a { background-color: #1E744A; }
a { background-color: rgb(30,116,74); }
div.DivClassName
{
background-color: #1E744A;
}
.BgClassName
{
background-color: #1E744A;
}
</style>
border-color css
<style>
span { border-color: #1E744A; }
span { border-color: rgb(30,116,74); }
td.TdClassName
{
border-color: #1E744A;
}
.TagClassName
{
border-color: #1E744A;
}
</style>