Shades of Elm #278472
Tints of Elm #278472
RGB
CMYK
RGB Variations
Color information
#278472 (or 0x278472) is known color: Elm. HEX triplet: 27, 84 and 72. RGB value is (39,132,114). Sum of RGB (Red+Green+Blue) = 39+132+114=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #278472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278472 is #D87B8D. Grayscale: #666666. Windows color (decimal): -14187406 or 7504935. OLE color: 7504935.
HSL color Cylindrical-coordinate representation of color #278472: hue angle of 168.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278472 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 132 | 114 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.48 |
| HSL | 168.39º | 0.54% | 0.34% | - |
| HSV(B) | 168.39º | 0.7% | 0.52% | - |
| XYZ | 12.13 | 18.15 | 18.78 | - |
| YUV | 102.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 132 | 114 | 0.70 | 0 | 0.14 | 0.48 | 168.39 | 0.54 | 0.34 |
| Hex | 27 | 84 | 72 | 46 | 0 | E | 30 | A8 | 36 | 22 |
| Octal | 47 | 204 | 162 | 106 | 0 | 16 | 60 | 250 | 66 | 42 |
| Binary | 100111 | 10000100 | 1110010 | 1000110 | 0 | 1110 | 110000 | 10101000 | 110110 | 100010 |
Color Harmonies of #278472
Complementary color
Monochromatic Colors of #278472
Black with #278472
Text Example
Text Example
White with #278472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278472; }
p { color: rgb(39,132,114); }
H1.HeaderClassName
{
color: #278472;
}
.AnyTagClassName
{
color: #278472;
}
</style>
background-color css
<style>
a { background-color: #278472; }
a { background-color: rgb(39,132,114); }
div.DivClassName
{
background-color: #278472;
}
.BgClassName
{
background-color: #278472;
}
</style>
border-color css
<style>
span { border-color: #278472; }
span { border-color: rgb(39,132,114); }
td.TdClassName
{
border-color: #278472;
}
.TagClassName
{
border-color: #278472;
}
</style>