Shades of Elm #1D8380
Tints of Elm #1D8380
RGB
CMYK
RGB Variations
Color information
#1D8380 (or 0x1D8380) is known color: Elm. HEX triplet: 1D, 83 and 80. RGB value is (29,131,128). Sum of RGB (Red+Green+Blue) = 29+131+128=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8380 is #E27C7F. Grayscale: #646464. Windows color (decimal): -14843008 or 8422173. OLE color: 8422173.
HSL color Cylindrical-coordinate representation of color #1D8380: hue angle of 178.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8380 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 131 | 128 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.49 |
| HSL | 178.24º | 0.64% | 0.31% | - |
| HSV(B) | 178.24º | 0.78% | 0.51% | - |
| XYZ | 12.52 | 18.05 | 23.25 | - |
| YUV | 100.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 128 | 0.78 | 0 | 0.02 | 0.49 | 178.24 | 0.64 | 0.31 |
| Hex | 1D | 83 | 80 | 4E | 0 | 2 | 31 | B2 | 40 | 1F |
| Octal | 35 | 203 | 200 | 116 | 0 | 2 | 61 | 262 | 100 | 37 |
| Binary | 11101 | 10000011 | 10000000 | 1001110 | 0 | 10 | 110001 | 10110010 | 1000000 | 11111 |
Color Harmonies of #1D8380
Complementary color
Monochromatic Colors of #1D8380
Black with #1D8380
Text Example
Text Example
White with #1D8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8380; }
p { color: rgb(29,131,128); }
H1.HeaderClassName
{
color: #1D8380;
}
.AnyTagClassName
{
color: #1D8380;
}
</style>
background-color css
<style>
a { background-color: #1D8380; }
a { background-color: rgb(29,131,128); }
div.DivClassName
{
background-color: #1D8380;
}
.BgClassName
{
background-color: #1D8380;
}
</style>
border-color css
<style>
span { border-color: #1D8380; }
span { border-color: rgb(29,131,128); }
td.TdClassName
{
border-color: #1D8380;
}
.TagClassName
{
border-color: #1D8380;
}
</style>