Shades of Elm #278E80
Tints of Elm #278E80
RGB
CMYK
RGB Variations
Color information
#278E80 (or 0x278E80) is known color: Elm. HEX triplet: 27, 8E and 80. RGB value is (39,142,128). Sum of RGB (Red+Green+Blue) = 39+142+128=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #278E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E80 is #D8717F. Grayscale: #6D6D6D. Windows color (decimal): -14184832 or 8424999. OLE color: 8424999.
HSL color Cylindrical-coordinate representation of color #278E80: hue angle of 171.84º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278E80 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 142 | 128 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.44 |
| HSL | 171.84º | 0.57% | 0.35% | - |
| HSV(B) | 171.84º | 0.73% | 0.56% | - |
| XYZ | 14.41 | 21.34 | 23.78 | - |
| YUV | 109.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 128 | 0.73 | 0 | 0.10 | 0.44 | 171.84 | 0.57 | 0.35 |
| Hex | 27 | 8E | 80 | 49 | 0 | A | 2C | AC | 39 | 23 |
| Octal | 47 | 216 | 200 | 111 | 0 | 12 | 54 | 254 | 71 | 43 |
| Binary | 100111 | 10001110 | 10000000 | 1001001 | 0 | 1010 | 101100 | 10101100 | 111001 | 100011 |
Color Harmonies of #278E80
Complementary color
Monochromatic Colors of #278E80
Black with #278E80
Text Example
Text Example
White with #278E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278E80; }
p { color: rgb(39,142,128); }
H1.HeaderClassName
{
color: #278E80;
}
.AnyTagClassName
{
color: #278E80;
}
</style>
background-color css
<style>
a { background-color: #278E80; }
a { background-color: rgb(39,142,128); }
div.DivClassName
{
background-color: #278E80;
}
.BgClassName
{
background-color: #278E80;
}
</style>
border-color css
<style>
span { border-color: #278E80; }
span { border-color: rgb(39,142,128); }
td.TdClassName
{
border-color: #278E80;
}
.TagClassName
{
border-color: #278E80;
}
</style>