Shades of Eden #1D6B54
Tints of Eden #1D6B54
RGB
CMYK
RGB Variations
Color information
#1D6B54 (or 0x1D6B54) is known color: Eden. HEX triplet: 1D, 6B and 54. RGB value is (29,107,84). Sum of RGB (Red+Green+Blue) = 29+107+84=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B54 is #E294AB. Grayscale: #515151. Windows color (decimal): -14849196 or 5532445. OLE color: 5532445.
HSL color Cylindrical-coordinate representation of color #1D6B54: hue angle of 162.31º degrees, saturation: 0.57, 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 #1D6B54 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 107 | 84 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.58 |
| HSL | 162.31º | 0.57% | 0.27% | - |
| HSV(B) | 162.31º | 0.73% | 0.42% | - |
| XYZ | 7.36 | 11.42 | 10.2 | - |
| YUV | 81.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 84 | 0.73 | 0 | 0.21 | 0.58 | 162.31 | 0.57 | 0.27 |
| Hex | 1D | 6B | 54 | 49 | 0 | 15 | 3A | A2 | 39 | 1B |
| Octal | 35 | 153 | 124 | 111 | 0 | 25 | 72 | 242 | 71 | 33 |
| Binary | 11101 | 1101011 | 1010100 | 1001001 | 0 | 10101 | 111010 | 10100010 | 111001 | 11011 |
Color Harmonies of #1D6B54
Complementary color
Monochromatic Colors of #1D6B54
Black with #1D6B54
Text Example
Text Example
White with #1D6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B54; }
p { color: rgb(29,107,84); }
H1.HeaderClassName
{
color: #1D6B54;
}
.AnyTagClassName
{
color: #1D6B54;
}
</style>
background-color css
<style>
a { background-color: #1D6B54; }
a { background-color: rgb(29,107,84); }
div.DivClassName
{
background-color: #1D6B54;
}
.BgClassName
{
background-color: #1D6B54;
}
</style>
border-color css
<style>
span { border-color: #1D6B54; }
span { border-color: rgb(29,107,84); }
td.TdClassName
{
border-color: #1D6B54;
}
.TagClassName
{
border-color: #1D6B54;
}
</style>