Shades of Eden #1E534C
Tints of Eden #1E534C
RGB
CMYK
RGB Variations
Color information
#1E534C (or 0x1E534C) is known color: Eden. HEX triplet: 1E, 53 and 4C. RGB value is (30,83,76). Sum of RGB (Red+Green+Blue) = 30+83+76=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #1E534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E534C is #E1ACB3. Grayscale: #424242. Windows color (decimal): -14789812 or 5002014. OLE color: 5002014.
HSL color Cylindrical-coordinate representation of color #1E534C: hue angle of 172.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E534C is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 76 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.67 |
| HSL | 172.08º | 0.47% | 0.22% | - |
| HSV(B) | 172.08º | 0.64% | 0.33% | - |
| XYZ | 4.93 | 6.98 | 7.93 | - |
| YUV | 66.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 76 | 0.64 | 0 | 0.08 | 0.67 | 172.08 | 0.47 | 0.22 |
| Hex | 1E | 53 | 4C | 40 | 0 | 8 | 43 | AC | 2F | 16 |
| Octal | 36 | 123 | 114 | 100 | 0 | 10 | 103 | 254 | 57 | 26 |
| Binary | 11110 | 1010011 | 1001100 | 1000000 | 0 | 1000 | 1000011 | 10101100 | 101111 | 10110 |
Color Harmonies of #1E534C
Complementary color
Monochromatic Colors of #1E534C
Black with #1E534C
Text Example
Text Example
White with #1E534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E534C; }
p { color: rgb(30,83,76); }
H1.HeaderClassName
{
color: #1E534C;
}
.AnyTagClassName
{
color: #1E534C;
}
</style>
background-color css
<style>
a { background-color: #1E534C; }
a { background-color: rgb(30,83,76); }
div.DivClassName
{
background-color: #1E534C;
}
.BgClassName
{
background-color: #1E534C;
}
</style>
border-color css
<style>
span { border-color: #1E534C; }
span { border-color: rgb(30,83,76); }
td.TdClassName
{
border-color: #1E534C;
}
.TagClassName
{
border-color: #1E534C;
}
</style>