Shades of Elm #1D7D7B
Tints of Elm #1D7D7B
RGB
CMYK
RGB Variations
Color information
#1D7D7B (or 0x1D7D7B) is known color: Elm. HEX triplet: 1D, 7D and 7B. RGB value is (29,125,123). Sum of RGB (Red+Green+Blue) = 29+125+123=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D7B is #E28284. Grayscale: #5F5F5F. Windows color (decimal): -14844549 or 8092957. OLE color: 8092957.
HSL color Cylindrical-coordinate representation of color #1D7D7B: hue angle of 178.75º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D7B is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 123 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.51 |
| HSL | 178.75º | 0.62% | 0.3% | - |
| HSV(B) | 178.75º | 0.77% | 0.49% | - |
| XYZ | 11.42 | 16.36 | 21.29 | - |
| YUV | 96.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 123 | 0.77 | 0 | 0.02 | 0.51 | 178.75 | 0.62 | 0.3 |
| Hex | 1D | 7D | 7B | 4D | 0 | 2 | 33 | B3 | 3E | 1E |
| Octal | 35 | 175 | 173 | 115 | 0 | 2 | 63 | 263 | 76 | 36 |
| Binary | 11101 | 1111101 | 1111011 | 1001101 | 0 | 10 | 110011 | 10110011 | 111110 | 11110 |
Color Harmonies of #1D7D7B
Complementary color
Monochromatic Colors of #1D7D7B
Black with #1D7D7B
Text Example
Text Example
White with #1D7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D7B; }
p { color: rgb(29,125,123); }
H1.HeaderClassName
{
color: #1D7D7B;
}
.AnyTagClassName
{
color: #1D7D7B;
}
</style>
background-color css
<style>
a { background-color: #1D7D7B; }
a { background-color: rgb(29,125,123); }
div.DivClassName
{
background-color: #1D7D7B;
}
.BgClassName
{
background-color: #1D7D7B;
}
</style>
border-color css
<style>
span { border-color: #1D7D7B; }
span { border-color: rgb(29,125,123); }
td.TdClassName
{
border-color: #1D7D7B;
}
.TagClassName
{
border-color: #1D7D7B;
}
</style>