Shades of Eden #1E6254
Tints of Eden #1E6254
RGB
CMYK
RGB Variations
Color information
#1E6254 (or 0x1E6254) is known color: Eden. HEX triplet: 1E, 62 and 54. RGB value is (30,98,84). Sum of RGB (Red+Green+Blue) = 30+98+84=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6254 is #E19DAB. Grayscale: #4C4C4C. Windows color (decimal): -14785964 or 5530142. OLE color: 5530142.
HSL color Cylindrical-coordinate representation of color #1E6254: hue angle of 167.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6254 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 84 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.62 |
| HSL | 167.65º | 0.53% | 0.25% | - |
| HSV(B) | 167.65º | 0.69% | 0.38% | - |
| XYZ | 6.5 | 9.65 | 9.91 | - |
| YUV | 76.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 84 | 0.69 | 0 | 0.14 | 0.62 | 167.65 | 0.53 | 0.25 |
| Hex | 1E | 62 | 54 | 45 | 0 | E | 3E | A8 | 35 | 19 |
| Octal | 36 | 142 | 124 | 105 | 0 | 16 | 76 | 250 | 65 | 31 |
| Binary | 11110 | 1100010 | 1010100 | 1000101 | 0 | 1110 | 111110 | 10101000 | 110101 | 11001 |
Color Harmonies of #1E6254
Complementary color
Monochromatic Colors of #1E6254
Black with #1E6254
Text Example
Text Example
White with #1E6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6254; }
p { color: rgb(30,98,84); }
H1.HeaderClassName
{
color: #1E6254;
}
.AnyTagClassName
{
color: #1E6254;
}
</style>
background-color css
<style>
a { background-color: #1E6254; }
a { background-color: rgb(30,98,84); }
div.DivClassName
{
background-color: #1E6254;
}
.BgClassName
{
background-color: #1E6254;
}
</style>
border-color css
<style>
span { border-color: #1E6254; }
span { border-color: rgb(30,98,84); }
td.TdClassName
{
border-color: #1E6254;
}
.TagClassName
{
border-color: #1E6254;
}
</style>