Shades of Elm #278E7C
Tints of Elm #278E7C
RGB
CMYK
RGB Variations
Color information
#278E7C (or 0x278E7C) is known color: Elm. HEX triplet: 27, 8E and 7C. RGB value is (39,142,124). Sum of RGB (Red+Green+Blue) = 39+142+124=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #278E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278E7C is #D87183. Grayscale: #6D6D6D. Windows color (decimal): -14184836 or 8162855. OLE color: 8162855.
HSL color Cylindrical-coordinate representation of color #278E7C: hue angle of 169.51º 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 #278E7C is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 142 | 124 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.44 |
| HSL | 169.51º | 0.57% | 0.35% | - |
| HSV(B) | 169.51º | 0.73% | 0.56% | - |
| XYZ | 14.15 | 21.23 | 22.42 | - |
| YUV | 109.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 124 | 0.73 | 0 | 0.13 | 0.44 | 169.51 | 0.57 | 0.35 |
| Hex | 27 | 8E | 7C | 49 | 0 | D | 2C | AA | 39 | 23 |
| Octal | 47 | 216 | 174 | 111 | 0 | 15 | 54 | 252 | 71 | 43 |
| Binary | 100111 | 10001110 | 1111100 | 1001001 | 0 | 1101 | 101100 | 10101010 | 111001 | 100011 |
Color Harmonies of #278E7C
Complementary color
Monochromatic Colors of #278E7C
Black with #278E7C
Text Example
Text Example
White with #278E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278E7C; }
p { color: rgb(39,142,124); }
H1.HeaderClassName
{
color: #278E7C;
}
.AnyTagClassName
{
color: #278E7C;
}
</style>
background-color css
<style>
a { background-color: #278E7C; }
a { background-color: rgb(39,142,124); }
div.DivClassName
{
background-color: #278E7C;
}
.BgClassName
{
background-color: #278E7C;
}
</style>
border-color css
<style>
span { border-color: #278E7C; }
span { border-color: rgb(39,142,124); }
td.TdClassName
{
border-color: #278E7C;
}
.TagClassName
{
border-color: #278E7C;
}
</style>