Shades of Eden #1E5F51
Tints of Eden #1E5F51
RGB
CMYK
RGB Variations
Color information
#1E5F51 (or 0x1E5F51) is known color: Eden. HEX triplet: 1E, 5F and 51. RGB value is (30,95,81). Sum of RGB (Red+Green+Blue) = 30+95+81=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F51 is #E1A0AE. Grayscale: #494949. Windows color (decimal): -14786735 or 5332766. OLE color: 5332766.
HSL color Cylindrical-coordinate representation of color #1E5F51: hue angle of 167.08º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F51 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 81 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.63 |
| HSL | 167.08º | 0.52% | 0.25% | - |
| HSV(B) | 167.08º | 0.68% | 0.37% | - |
| XYZ | 6.11 | 9.05 | 9.21 | - |
| YUV | 73.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 81 | 0.68 | 0 | 0.15 | 0.63 | 167.08 | 0.52 | 0.25 |
| Hex | 1E | 5F | 51 | 44 | 0 | F | 3F | A7 | 34 | 19 |
| Octal | 36 | 137 | 121 | 104 | 0 | 17 | 77 | 247 | 64 | 31 |
| Binary | 11110 | 1011111 | 1010001 | 1000100 | 0 | 1111 | 111111 | 10100111 | 110100 | 11001 |
Color Harmonies of #1E5F51
Complementary color
Monochromatic Colors of #1E5F51
Black with #1E5F51
Text Example
Text Example
White with #1E5F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F51; }
p { color: rgb(30,95,81); }
H1.HeaderClassName
{
color: #1E5F51;
}
.AnyTagClassName
{
color: #1E5F51;
}
</style>
background-color css
<style>
a { background-color: #1E5F51; }
a { background-color: rgb(30,95,81); }
div.DivClassName
{
background-color: #1E5F51;
}
.BgClassName
{
background-color: #1E5F51;
}
</style>
border-color css
<style>
span { border-color: #1E5F51; }
span { border-color: rgb(30,95,81); }
td.TdClassName
{
border-color: #1E5F51;
}
.TagClassName
{
border-color: #1E5F51;
}
</style>