Shades of Eden #1D6F5C
Tints of Eden #1D6F5C
RGB
CMYK
RGB Variations
Color information
#1D6F5C (or 0x1D6F5C) is known color: Eden. HEX triplet: 1D, 6F and 5C. RGB value is (29,111,92). Sum of RGB (Red+Green+Blue) = 29+111+92=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F5C is #E290A3. Grayscale: #545454. Windows color (decimal): -14848164 or 6057757. OLE color: 6057757.
HSL color Cylindrical-coordinate representation of color #1D6F5C: hue angle of 166.1º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F5C is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 92 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.56 |
| HSL | 166.1º | 0.59% | 0.27% | - |
| HSV(B) | 166.1º | 0.74% | 0.44% | - |
| XYZ | 8.12 | 12.4 | 12.09 | - |
| YUV | 84.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 92 | 0.74 | 0 | 0.17 | 0.56 | 166.1 | 0.59 | 0.27 |
| Hex | 1D | 6F | 5C | 4A | 0 | 11 | 38 | A6 | 3B | 1B |
| Octal | 35 | 157 | 134 | 112 | 0 | 21 | 70 | 246 | 73 | 33 |
| Binary | 11101 | 1101111 | 1011100 | 1001010 | 0 | 10001 | 111000 | 10100110 | 111011 | 11011 |
Color Harmonies of #1D6F5C
Complementary color
Monochromatic Colors of #1D6F5C
Black with #1D6F5C
Text Example
Text Example
White with #1D6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F5C; }
p { color: rgb(29,111,92); }
H1.HeaderClassName
{
color: #1D6F5C;
}
.AnyTagClassName
{
color: #1D6F5C;
}
</style>
background-color css
<style>
a { background-color: #1D6F5C; }
a { background-color: rgb(29,111,92); }
div.DivClassName
{
background-color: #1D6F5C;
}
.BgClassName
{
background-color: #1D6F5C;
}
</style>
border-color css
<style>
span { border-color: #1D6F5C; }
span { border-color: rgb(29,111,92); }
td.TdClassName
{
border-color: #1D6F5C;
}
.TagClassName
{
border-color: #1D6F5C;
}
</style>