Shades of Elm #1B857A
Tints of Elm #1B857A
RGB
CMYK
RGB Variations
Color information
#1B857A (or 0x1B857A) is known color: Elm. HEX triplet: 1B, 85 and 7A. RGB value is (27,133,122). Sum of RGB (Red+Green+Blue) = 27+133+122=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #1B857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B857A is #E47A85. Grayscale: #636363. Windows color (decimal): -14973574 or 8029467. OLE color: 8029467.
HSL color Cylindrical-coordinate representation of color #1B857A: hue angle of 173.77º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B857A is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 122 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.48 |
| HSL | 173.77º | 0.66% | 0.31% | - |
| HSV(B) | 173.77º | 0.8% | 0.52% | - |
| XYZ | 12.35 | 18.41 | 21.32 | - |
| YUV | 100.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 122 | 0.80 | 0 | 0.08 | 0.48 | 173.77 | 0.66 | 0.31 |
| Hex | 1B | 85 | 7A | 50 | 0 | 8 | 30 | AE | 42 | 1F |
| Octal | 33 | 205 | 172 | 120 | 0 | 10 | 60 | 256 | 102 | 37 |
| Binary | 11011 | 10000101 | 1111010 | 1010000 | 0 | 1000 | 110000 | 10101110 | 1000010 | 11111 |
Color Harmonies of #1B857A
Complementary color
Monochromatic Colors of #1B857A
Black with #1B857A
Text Example
Text Example
White with #1B857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B857A; }
p { color: rgb(27,133,122); }
H1.HeaderClassName
{
color: #1B857A;
}
.AnyTagClassName
{
color: #1B857A;
}
</style>
background-color css
<style>
a { background-color: #1B857A; }
a { background-color: rgb(27,133,122); }
div.DivClassName
{
background-color: #1B857A;
}
.BgClassName
{
background-color: #1B857A;
}
</style>
border-color css
<style>
span { border-color: #1B857A; }
span { border-color: rgb(27,133,122); }
td.TdClassName
{
border-color: #1B857A;
}
.TagClassName
{
border-color: #1B857A;
}
</style>