Shades of Eden #1E554F
Tints of Eden #1E554F
RGB
CMYK
RGB Variations
Color information
#1E554F (or 0x1E554F) is known color: Eden. HEX triplet: 1E, 55 and 4F. RGB value is (30,85,79). Sum of RGB (Red+Green+Blue) = 30+85+79=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #1E554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E554F is #E1AAB0. Grayscale: #434343. Windows color (decimal): -14789297 or 5199134. OLE color: 5199134.
HSL color Cylindrical-coordinate representation of color #1E554F: hue angle of 173.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E554F is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 79 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.67 |
| HSL | 173.45º | 0.48% | 0.23% | - |
| HSV(B) | 173.45º | 0.65% | 0.33% | - |
| XYZ | 5.2 | 7.34 | 8.54 | - |
| YUV | 67.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 79 | 0.65 | 0 | 0.07 | 0.67 | 173.45 | 0.48 | 0.23 |
| Hex | 1E | 55 | 4F | 41 | 0 | 7 | 43 | AD | 30 | 17 |
| Octal | 36 | 125 | 117 | 101 | 0 | 7 | 103 | 255 | 60 | 27 |
| Binary | 11110 | 1010101 | 1001111 | 1000001 | 0 | 111 | 1000011 | 10101101 | 110000 | 10111 |
Color Harmonies of #1E554F
Complementary color
Monochromatic Colors of #1E554F
Black with #1E554F
Text Example
Text Example
White with #1E554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E554F; }
p { color: rgb(30,85,79); }
H1.HeaderClassName
{
color: #1E554F;
}
.AnyTagClassName
{
color: #1E554F;
}
</style>
background-color css
<style>
a { background-color: #1E554F; }
a { background-color: rgb(30,85,79); }
div.DivClassName
{
background-color: #1E554F;
}
.BgClassName
{
background-color: #1E554F;
}
</style>
border-color css
<style>
span { border-color: #1E554F; }
span { border-color: rgb(30,85,79); }
td.TdClassName
{
border-color: #1E554F;
}
.TagClassName
{
border-color: #1E554F;
}
</style>