Shades of Eden #1E6353
Tints of Eden #1E6353
RGB
CMYK
RGB Variations
Color information
#1E6353 (or 0x1E6353) is known color: Eden. HEX triplet: 1E, 63 and 53. RGB value is (30,99,83). Sum of RGB (Red+Green+Blue) = 30+99+83=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6353 is #E19CAC. Grayscale: #4C4C4C. Windows color (decimal): -14785709 or 5464862. OLE color: 5464862.
HSL color Cylindrical-coordinate representation of color #1E6353: hue angle of 166.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6353 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 83 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.61 |
| HSL | 166.09º | 0.53% | 0.25% | - |
| HSV(B) | 166.09º | 0.7% | 0.39% | - |
| XYZ | 6.56 | 9.82 | 9.73 | - |
| YUV | 76.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 83 | 0.70 | 0 | 0.16 | 0.61 | 166.09 | 0.53 | 0.25 |
| Hex | 1E | 63 | 53 | 46 | 0 | 10 | 3D | A6 | 35 | 19 |
| Octal | 36 | 143 | 123 | 106 | 0 | 20 | 75 | 246 | 65 | 31 |
| Binary | 11110 | 1100011 | 1010011 | 1000110 | 0 | 10000 | 111101 | 10100110 | 110101 | 11001 |
Color Harmonies of #1E6353
Complementary color
Monochromatic Colors of #1E6353
Black with #1E6353
Text Example
Text Example
White with #1E6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6353; }
p { color: rgb(30,99,83); }
H1.HeaderClassName
{
color: #1E6353;
}
.AnyTagClassName
{
color: #1E6353;
}
</style>
background-color css
<style>
a { background-color: #1E6353; }
a { background-color: rgb(30,99,83); }
div.DivClassName
{
background-color: #1E6353;
}
.BgClassName
{
background-color: #1E6353;
}
</style>
border-color css
<style>
span { border-color: #1E6353; }
span { border-color: rgb(30,99,83); }
td.TdClassName
{
border-color: #1E6353;
}
.TagClassName
{
border-color: #1E6353;
}
</style>