Shades of Elm #278071
Tints of Elm #278071
RGB
CMYK
RGB Variations
Color information
#278071 (or 0x278071) is known color: Elm. HEX triplet: 27, 80 and 71. RGB value is (39,128,113). Sum of RGB (Red+Green+Blue) = 39+128+113=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #278071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278071 is #D87F8E. Grayscale: #636363. Windows color (decimal): -14188431 or 7438375. OLE color: 7438375.
HSL color Cylindrical-coordinate representation of color #278071: hue angle of 169.89º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278071 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 113 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.50 |
| HSL | 169.89º | 0.53% | 0.33% | - |
| HSV(B) | 169.89º | 0.7% | 0.5% | - |
| XYZ | 11.54 | 17.06 | 18.31 | - |
| YUV | 99.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 113 | 0.70 | 0 | 0.12 | 0.50 | 169.89 | 0.53 | 0.33 |
| Hex | 27 | 80 | 71 | 46 | 0 | C | 32 | AA | 35 | 21 |
| Octal | 47 | 200 | 161 | 106 | 0 | 14 | 62 | 252 | 65 | 41 |
| Binary | 100111 | 10000000 | 1110001 | 1000110 | 0 | 1100 | 110010 | 10101010 | 110101 | 100001 |
Color Harmonies of #278071
Complementary color
Monochromatic Colors of #278071
Black with #278071
Text Example
Text Example
White with #278071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278071; }
p { color: rgb(39,128,113); }
H1.HeaderClassName
{
color: #278071;
}
.AnyTagClassName
{
color: #278071;
}
</style>
background-color css
<style>
a { background-color: #278071; }
a { background-color: rgb(39,128,113); }
div.DivClassName
{
background-color: #278071;
}
.BgClassName
{
background-color: #278071;
}
</style>
border-color css
<style>
span { border-color: #278071; }
span { border-color: rgb(39,128,113); }
td.TdClassName
{
border-color: #278071;
}
.TagClassName
{
border-color: #278071;
}
</style>