Shades of Elm #1B8780
Tints of Elm #1B8780
RGB
CMYK
RGB Variations
Color information
#1B8780 (or 0x1B8780) is known color: Elm. HEX triplet: 1B, 87 and 80. RGB value is (27,135,128). Sum of RGB (Red+Green+Blue) = 27+135+128=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #1B8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8780 is #E4787F. Grayscale: #656565. Windows color (decimal): -14973056 or 8423195. OLE color: 8423195.
HSL color Cylindrical-coordinate representation of color #1B8780: hue angle of 176.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8780 is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 128 | - |
| CMYK | 0.8 | 0 | 0.05 | 0.47 |
| HSL | 176.11º | 0.67% | 0.32% | - |
| HSV(B) | 176.11º | 0.8% | 0.53% | - |
| XYZ | 13.01 | 19.12 | 23.43 | - |
| YUV | 101.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 128 | 0.8 | 0 | 0.05 | 0.47 | 176.11 | 0.67 | 0.32 |
| Hex | 1B | 87 | 80 | 50 | 0 | 5 | 2F | B0 | 43 | 20 |
| Octal | 33 | 207 | 200 | 120 | 0 | 5 | 57 | 260 | 103 | 40 |
| Binary | 11011 | 10000111 | 10000000 | 1010000 | 0 | 101 | 101111 | 10110000 | 1000011 | 100000 |
Color Harmonies of #1B8780
Complementary color
Monochromatic Colors of #1B8780
Black with #1B8780
Text Example
Text Example
White with #1B8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8780; }
p { color: rgb(27,135,128); }
H1.HeaderClassName
{
color: #1B8780;
}
.AnyTagClassName
{
color: #1B8780;
}
</style>
background-color css
<style>
a { background-color: #1B8780; }
a { background-color: rgb(27,135,128); }
div.DivClassName
{
background-color: #1B8780;
}
.BgClassName
{
background-color: #1B8780;
}
</style>
border-color css
<style>
span { border-color: #1B8780; }
span { border-color: rgb(27,135,128); }
td.TdClassName
{
border-color: #1B8780;
}
.TagClassName
{
border-color: #1B8780;
}
</style>