Shades of Eden #1E6352
Tints of Eden #1E6352
RGB
CMYK
RGB Variations
Color information
#1E6352 (or 0x1E6352) is known color: Eden. HEX triplet: 1E, 63 and 52. RGB value is (30,99,82). Sum of RGB (Red+Green+Blue) = 30+99+82=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6352 is #E19CAD. Grayscale: #4C4C4C. Windows color (decimal): -14785710 or 5399326. OLE color: 5399326.
HSL color Cylindrical-coordinate representation of color #1E6352: hue angle of 165.22º 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 #1E6352 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 82 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.61 |
| HSL | 165.22º | 0.53% | 0.25% | - |
| HSV(B) | 165.22º | 0.7% | 0.39% | - |
| XYZ | 6.52 | 9.81 | 9.53 | - |
| YUV | 76.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 82 | 0.70 | 0 | 0.17 | 0.61 | 165.22 | 0.53 | 0.25 |
| Hex | 1E | 63 | 52 | 46 | 0 | 11 | 3D | A5 | 35 | 19 |
| Octal | 36 | 143 | 122 | 106 | 0 | 21 | 75 | 245 | 65 | 31 |
| Binary | 11110 | 1100011 | 1010010 | 1000110 | 0 | 10001 | 111101 | 10100101 | 110101 | 11001 |
Color Harmonies of #1E6352
Complementary color
Monochromatic Colors of #1E6352
Black with #1E6352
Text Example
Text Example
White with #1E6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6352; }
p { color: rgb(30,99,82); }
H1.HeaderClassName
{
color: #1E6352;
}
.AnyTagClassName
{
color: #1E6352;
}
</style>
background-color css
<style>
a { background-color: #1E6352; }
a { background-color: rgb(30,99,82); }
div.DivClassName
{
background-color: #1E6352;
}
.BgClassName
{
background-color: #1E6352;
}
</style>
border-color css
<style>
span { border-color: #1E6352; }
span { border-color: rgb(30,99,82); }
td.TdClassName
{
border-color: #1E6352;
}
.TagClassName
{
border-color: #1E6352;
}
</style>