Shades of Elm #1B817F
Tints of Elm #1B817F
RGB
CMYK
RGB Variations
Color information
#1B817F (or 0x1B817F) is known color: Elm. HEX triplet: 1B, 81 and 7F. RGB value is (27,129,127). Sum of RGB (Red+Green+Blue) = 27+129+127=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #1B817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B817F is #E47E80. Grayscale: #626262. Windows color (decimal): -14974593 or 8356123. OLE color: 8356123.
HSL color Cylindrical-coordinate representation of color #1B817F: hue angle of 178.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B817F is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 127 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.49 |
| HSL | 178.82º | 0.65% | 0.31% | - |
| HSV(B) | 178.82º | 0.79% | 0.51% | - |
| XYZ | 12.13 | 17.47 | 22.81 | - |
| YUV | 98.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 127 | 0.79 | 0 | 0.02 | 0.49 | 178.82 | 0.65 | 0.31 |
| Hex | 1B | 81 | 7F | 4F | 0 | 2 | 31 | B3 | 41 | 1F |
| Octal | 33 | 201 | 177 | 117 | 0 | 2 | 61 | 263 | 101 | 37 |
| Binary | 11011 | 10000001 | 1111111 | 1001111 | 0 | 10 | 110001 | 10110011 | 1000001 | 11111 |
Color Harmonies of #1B817F
Complementary color
Monochromatic Colors of #1B817F
Black with #1B817F
Text Example
Text Example
White with #1B817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B817F; }
p { color: rgb(27,129,127); }
H1.HeaderClassName
{
color: #1B817F;
}
.AnyTagClassName
{
color: #1B817F;
}
</style>
background-color css
<style>
a { background-color: #1B817F; }
a { background-color: rgb(27,129,127); }
div.DivClassName
{
background-color: #1B817F;
}
.BgClassName
{
background-color: #1B817F;
}
</style>
border-color css
<style>
span { border-color: #1B817F; }
span { border-color: rgb(27,129,127); }
td.TdClassName
{
border-color: #1B817F;
}
.TagClassName
{
border-color: #1B817F;
}
</style>