Shades of Elm #278072
Tints of Elm #278072
RGB
CMYK
RGB Variations
Color information
#278072 (or 0x278072) is known color: Elm. HEX triplet: 27, 80 and 72. RGB value is (39,128,114). Sum of RGB (Red+Green+Blue) = 39+128+114=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #278072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278072 is #D87F8D. Grayscale: #636363. Windows color (decimal): -14188430 or 7503911. OLE color: 7503911.
HSL color Cylindrical-coordinate representation of color #278072: hue angle of 170.56º 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 #278072 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 114 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.50 |
| HSL | 170.56º | 0.53% | 0.33% | - |
| HSV(B) | 170.56º | 0.7% | 0.5% | - |
| XYZ | 11.59 | 17.08 | 18.61 | - |
| YUV | 99.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 114 | 0.70 | 0 | 0.11 | 0.50 | 170.56 | 0.53 | 0.33 |
| Hex | 27 | 80 | 72 | 46 | 0 | B | 32 | AB | 35 | 21 |
| Octal | 47 | 200 | 162 | 106 | 0 | 13 | 62 | 253 | 65 | 41 |
| Binary | 100111 | 10000000 | 1110010 | 1000110 | 0 | 1011 | 110010 | 10101011 | 110101 | 100001 |
Color Harmonies of #278072
Complementary color
Monochromatic Colors of #278072
Black with #278072
Text Example
Text Example
White with #278072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278072; }
p { color: rgb(39,128,114); }
H1.HeaderClassName
{
color: #278072;
}
.AnyTagClassName
{
color: #278072;
}
</style>
background-color css
<style>
a { background-color: #278072; }
a { background-color: rgb(39,128,114); }
div.DivClassName
{
background-color: #278072;
}
.BgClassName
{
background-color: #278072;
}
</style>
border-color css
<style>
span { border-color: #278072; }
span { border-color: rgb(39,128,114); }
td.TdClassName
{
border-color: #278072;
}
.TagClassName
{
border-color: #278072;
}
</style>