Shades of Eden #1D6953
Tints of Eden #1D6953
RGB
CMYK
RGB Variations
Color information
#1D6953 (or 0x1D6953) is known color: Eden. HEX triplet: 1D, 69 and 53. RGB value is (29,105,83). Sum of RGB (Red+Green+Blue) = 29+105+83=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #1D6953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6953 is #E296AC. Grayscale: #4F4F4F. Windows color (decimal): -14849709 or 5466397. OLE color: 5466397.
HSL color Cylindrical-coordinate representation of color #1D6953: hue angle of 162.63º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6953 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 105 | 83 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.59 |
| HSL | 162.63º | 0.57% | 0.26% | - |
| HSV(B) | 162.63º | 0.72% | 0.41% | - |
| XYZ | 7.12 | 10.99 | 9.93 | - |
| YUV | 79.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 83 | 0.72 | 0 | 0.21 | 0.59 | 162.63 | 0.57 | 0.26 |
| Hex | 1D | 69 | 53 | 48 | 0 | 15 | 3B | A3 | 39 | 1A |
| Octal | 35 | 151 | 123 | 110 | 0 | 25 | 73 | 243 | 71 | 32 |
| Binary | 11101 | 1101001 | 1010011 | 1001000 | 0 | 10101 | 111011 | 10100011 | 111001 | 11010 |
Color Harmonies of #1D6953
Complementary color
Monochromatic Colors of #1D6953
Black with #1D6953
Text Example
Text Example
White with #1D6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6953; }
p { color: rgb(29,105,83); }
H1.HeaderClassName
{
color: #1D6953;
}
.AnyTagClassName
{
color: #1D6953;
}
</style>
background-color css
<style>
a { background-color: #1D6953; }
a { background-color: rgb(29,105,83); }
div.DivClassName
{
background-color: #1D6953;
}
.BgClassName
{
background-color: #1D6953;
}
</style>
border-color css
<style>
span { border-color: #1D6953; }
span { border-color: rgb(29,105,83); }
td.TdClassName
{
border-color: #1D6953;
}
.TagClassName
{
border-color: #1D6953;
}
</style>