Shades of Elm #1D8277
Tints of Elm #1D8277
RGB
CMYK
RGB Variations
Color information
#1D8277 (or 0x1D8277) is known color: Elm. HEX triplet: 1D, 82 and 77. RGB value is (29,130,119). Sum of RGB (Red+Green+Blue) = 29+130+119=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8277 is #E27D88. Grayscale: #626262. Windows color (decimal): -14843273 or 7832093. OLE color: 7832093.
HSL color Cylindrical-coordinate representation of color #1D8277: hue angle of 173.47º 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 #1D8277 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 119 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.49 |
| HSL | 173.47º | 0.64% | 0.31% | - |
| HSV(B) | 173.47º | 0.78% | 0.51% | - |
| XYZ | 11.82 | 17.56 | 20.22 | - |
| YUV | 98.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 119 | 0.78 | 0 | 0.08 | 0.49 | 173.47 | 0.64 | 0.31 |
| Hex | 1D | 82 | 77 | 4E | 0 | 8 | 31 | AD | 40 | 1F |
| Octal | 35 | 202 | 167 | 116 | 0 | 10 | 61 | 255 | 100 | 37 |
| Binary | 11101 | 10000010 | 1110111 | 1001110 | 0 | 1000 | 110001 | 10101101 | 1000000 | 11111 |
Color Harmonies of #1D8277
Complementary color
Monochromatic Colors of #1D8277
Black with #1D8277
Text Example
Text Example
White with #1D8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8277; }
p { color: rgb(29,130,119); }
H1.HeaderClassName
{
color: #1D8277;
}
.AnyTagClassName
{
color: #1D8277;
}
</style>
background-color css
<style>
a { background-color: #1D8277; }
a { background-color: rgb(29,130,119); }
div.DivClassName
{
background-color: #1D8277;
}
.BgClassName
{
background-color: #1D8277;
}
</style>
border-color css
<style>
span { border-color: #1D8277; }
span { border-color: rgb(29,130,119); }
td.TdClassName
{
border-color: #1D8277;
}
.TagClassName
{
border-color: #1D8277;
}
</style>