Shades of Elm #1D7674
Tints of Elm #1D7674
RGB
CMYK
RGB Variations
Color information
#1D7674 (or 0x1D7674) is known color: Elm. HEX triplet: 1D, 76 and 74. RGB value is (29,118,116). Sum of RGB (Red+Green+Blue) = 29+118+116=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7674 is #E2898B. Grayscale: #5B5B5B. Windows color (decimal): -14846348 or 7632413. OLE color: 7632413.
HSL color Cylindrical-coordinate representation of color #1D7674: hue angle of 178.65º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7674 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 116 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.54 |
| HSL | 178.65º | 0.61% | 0.29% | - |
| HSV(B) | 178.65º | 0.75% | 0.46% | - |
| XYZ | 10.14 | 14.48 | 18.78 | - |
| YUV | 91.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 116 | 0.75 | 0 | 0.02 | 0.54 | 178.65 | 0.61 | 0.29 |
| Hex | 1D | 76 | 74 | 4B | 0 | 2 | 36 | B3 | 3D | 1D |
| Octal | 35 | 166 | 164 | 113 | 0 | 2 | 66 | 263 | 75 | 35 |
| Binary | 11101 | 1110110 | 1110100 | 1001011 | 0 | 10 | 110110 | 10110011 | 111101 | 11101 |
Color Harmonies of #1D7674
Complementary color
Monochromatic Colors of #1D7674
Black with #1D7674
Text Example
Text Example
White with #1D7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7674; }
p { color: rgb(29,118,116); }
H1.HeaderClassName
{
color: #1D7674;
}
.AnyTagClassName
{
color: #1D7674;
}
</style>
background-color css
<style>
a { background-color: #1D7674; }
a { background-color: rgb(29,118,116); }
div.DivClassName
{
background-color: #1D7674;
}
.BgClassName
{
background-color: #1D7674;
}
</style>
border-color css
<style>
span { border-color: #1D7674; }
span { border-color: rgb(29,118,116); }
td.TdClassName
{
border-color: #1D7674;
}
.TagClassName
{
border-color: #1D7674;
}
</style>