Shades of Elm #1D7F7B
Tints of Elm #1D7F7B
RGB
CMYK
RGB Variations
Color information
#1D7F7B (or 0x1D7F7B) is known color: Elm. HEX triplet: 1D, 7F and 7B. RGB value is (29,127,123). Sum of RGB (Red+Green+Blue) = 29+127+123=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7F7B is #E28084. Grayscale: #616161. Windows color (decimal): -14844037 or 8093469. OLE color: 8093469.
HSL color Cylindrical-coordinate representation of color #1D7F7B: hue angle of 177.55º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F7B is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 127 | 123 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.50 |
| HSL | 177.55º | 0.63% | 0.31% | - |
| HSV(B) | 177.55º | 0.77% | 0.5% | - |
| XYZ | 11.67 | 16.87 | 21.38 | - |
| YUV | 97.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 123 | 0.77 | 0 | 0.03 | 0.50 | 177.55 | 0.63 | 0.31 |
| Hex | 1D | 7F | 7B | 4D | 0 | 3 | 32 | B2 | 3F | 1F |
| Octal | 35 | 177 | 173 | 115 | 0 | 3 | 62 | 262 | 77 | 37 |
| Binary | 11101 | 1111111 | 1111011 | 1001101 | 0 | 11 | 110010 | 10110010 | 111111 | 11111 |
Color Harmonies of #1D7F7B
Complementary color
Monochromatic Colors of #1D7F7B
Black with #1D7F7B
Text Example
Text Example
White with #1D7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7F7B; }
p { color: rgb(29,127,123); }
H1.HeaderClassName
{
color: #1D7F7B;
}
.AnyTagClassName
{
color: #1D7F7B;
}
</style>
background-color css
<style>
a { background-color: #1D7F7B; }
a { background-color: rgb(29,127,123); }
div.DivClassName
{
background-color: #1D7F7B;
}
.BgClassName
{
background-color: #1D7F7B;
}
</style>
border-color css
<style>
span { border-color: #1D7F7B; }
span { border-color: rgb(29,127,123); }
td.TdClassName
{
border-color: #1D7F7B;
}
.TagClassName
{
border-color: #1D7F7B;
}
</style>