Shades of Elm #278273
Tints of Elm #278273
RGB
CMYK
RGB Variations
Color information
#278273 (or 0x278273) is known color: Elm. HEX triplet: 27, 82 and 73. RGB value is (39,130,115). Sum of RGB (Red+Green+Blue) = 39+130+115=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #278273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278273 is #D87D8C. Grayscale: #656565. Windows color (decimal): -14187917 or 7569959. OLE color: 7569959.
HSL color Cylindrical-coordinate representation of color #278273: hue angle of 170.11º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278273 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 115 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.49 |
| HSL | 170.11º | 0.54% | 0.33% | - |
| HSV(B) | 170.11º | 0.7% | 0.51% | - |
| XYZ | 11.91 | 17.63 | 19 | - |
| YUV | 101.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 115 | 0.70 | 0 | 0.12 | 0.49 | 170.11 | 0.54 | 0.33 |
| Hex | 27 | 82 | 73 | 46 | 0 | C | 31 | AA | 36 | 21 |
| Octal | 47 | 202 | 163 | 106 | 0 | 14 | 61 | 252 | 66 | 41 |
| Binary | 100111 | 10000010 | 1110011 | 1000110 | 0 | 1100 | 110001 | 10101010 | 110110 | 100001 |
Color Harmonies of #278273
Complementary color
Monochromatic Colors of #278273
Black with #278273
Text Example
Text Example
White with #278273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278273; }
p { color: rgb(39,130,115); }
H1.HeaderClassName
{
color: #278273;
}
.AnyTagClassName
{
color: #278273;
}
</style>
background-color css
<style>
a { background-color: #278273; }
a { background-color: rgb(39,130,115); }
div.DivClassName
{
background-color: #278273;
}
.BgClassName
{
background-color: #278273;
}
</style>
border-color css
<style>
span { border-color: #278273; }
span { border-color: rgb(39,130,115); }
td.TdClassName
{
border-color: #278273;
}
.TagClassName
{
border-color: #278273;
}
</style>