Shades of Eden #1D6C5D
Tints of Eden #1D6C5D
RGB
CMYK
RGB Variations
Color information
#1D6C5D (or 0x1D6C5D) is known color: Eden. HEX triplet: 1D, 6C and 5D. RGB value is (29,108,93). Sum of RGB (Red+Green+Blue) = 29+108+93=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #1D6C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6C5D is #E293A2. Grayscale: #525252. Windows color (decimal): -14848931 or 6122525. OLE color: 6122525.
HSL color Cylindrical-coordinate representation of color #1D6C5D: hue angle of 168.61º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6C5D is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 108 | 93 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.58 |
| HSL | 168.61º | 0.58% | 0.27% | - |
| HSV(B) | 168.61º | 0.73% | 0.42% | - |
| XYZ | 7.85 | 11.78 | 12.22 | - |
| YUV | 82.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 108 | 93 | 0.73 | 0 | 0.14 | 0.58 | 168.61 | 0.58 | 0.27 |
| Hex | 1D | 6C | 5D | 49 | 0 | E | 3A | A9 | 3A | 1B |
| Octal | 35 | 154 | 135 | 111 | 0 | 16 | 72 | 251 | 72 | 33 |
| Binary | 11101 | 1101100 | 1011101 | 1001001 | 0 | 1110 | 111010 | 10101001 | 111010 | 11011 |
Color Harmonies of #1D6C5D
Complementary color
Monochromatic Colors of #1D6C5D
Black with #1D6C5D
Text Example
Text Example
White with #1D6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6C5D; }
p { color: rgb(29,108,93); }
H1.HeaderClassName
{
color: #1D6C5D;
}
.AnyTagClassName
{
color: #1D6C5D;
}
</style>
background-color css
<style>
a { background-color: #1D6C5D; }
a { background-color: rgb(29,108,93); }
div.DivClassName
{
background-color: #1D6C5D;
}
.BgClassName
{
background-color: #1D6C5D;
}
</style>
border-color css
<style>
span { border-color: #1D6C5D; }
span { border-color: rgb(29,108,93); }
td.TdClassName
{
border-color: #1D6C5D;
}
.TagClassName
{
border-color: #1D6C5D;
}
</style>