Shades of Elm #1B8379
Tints of Elm #1B8379
RGB
CMYK
RGB Variations
Color information
#1B8379 (or 0x1B8379) is known color: Elm. HEX triplet: 1B, 83 and 79. RGB value is (27,131,121). Sum of RGB (Red+Green+Blue) = 27+131+121=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8379 is #E47C86. Grayscale: #626262. Windows color (decimal): -14974087 or 7963419. OLE color: 7963419.
HSL color Cylindrical-coordinate representation of color #1B8379: hue angle of 174.23º degrees, saturation: 0.66, 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 #1B8379 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 131 | 121 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.49 |
| HSL | 174.23º | 0.66% | 0.31% | - |
| HSV(B) | 174.23º | 0.79% | 0.51% | - |
| XYZ | 12.02 | 17.85 | 20.9 | - |
| YUV | 98.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 121 | 0.79 | 0 | 0.08 | 0.49 | 174.23 | 0.66 | 0.31 |
| Hex | 1B | 83 | 79 | 4F | 0 | 8 | 31 | AE | 42 | 1F |
| Octal | 33 | 203 | 171 | 117 | 0 | 10 | 61 | 256 | 102 | 37 |
| Binary | 11011 | 10000011 | 1111001 | 1001111 | 0 | 1000 | 110001 | 10101110 | 1000010 | 11111 |
Color Harmonies of #1B8379
Complementary color
Monochromatic Colors of #1B8379
Black with #1B8379
Text Example
Text Example
White with #1B8379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8379; }
p { color: rgb(27,131,121); }
H1.HeaderClassName
{
color: #1B8379;
}
.AnyTagClassName
{
color: #1B8379;
}
</style>
background-color css
<style>
a { background-color: #1B8379; }
a { background-color: rgb(27,131,121); }
div.DivClassName
{
background-color: #1B8379;
}
.BgClassName
{
background-color: #1B8379;
}
</style>
border-color css
<style>
span { border-color: #1B8379; }
span { border-color: rgb(27,131,121); }
td.TdClassName
{
border-color: #1B8379;
}
.TagClassName
{
border-color: #1B8379;
}
</style>