Shades of Elm #279080
Tints of Elm #279080
RGB
CMYK
RGB Variations
Color information
#279080 (or 0x279080) is known color: Elm. HEX triplet: 27, 90 and 80. RGB value is (39,144,128). Sum of RGB (Red+Green+Blue) = 39+144+128=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #279080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279080 is #D86F7F. Grayscale: #6E6E6E. Windows color (decimal): -14184320 or 8425511. OLE color: 8425511.
HSL color Cylindrical-coordinate representation of color #279080: hue angle of 170.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279080 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 128 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.44 |
| HSL | 170.86º | 0.57% | 0.36% | - |
| HSV(B) | 170.86º | 0.73% | 0.56% | - |
| XYZ | 14.71 | 21.94 | 23.88 | - |
| YUV | 110.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 128 | 0.73 | 0 | 0.11 | 0.44 | 170.86 | 0.57 | 0.36 |
| Hex | 27 | 90 | 80 | 49 | 0 | B | 2C | AB | 39 | 24 |
| Octal | 47 | 220 | 200 | 111 | 0 | 13 | 54 | 253 | 71 | 44 |
| Binary | 100111 | 10010000 | 10000000 | 1001001 | 0 | 1011 | 101100 | 10101011 | 111001 | 100100 |
Color Harmonies of #279080
Complementary color
Monochromatic Colors of #279080
Black with #279080
Text Example
Text Example
White with #279080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279080; }
p { color: rgb(39,144,128); }
H1.HeaderClassName
{
color: #279080;
}
.AnyTagClassName
{
color: #279080;
}
</style>
background-color css
<style>
a { background-color: #279080; }
a { background-color: rgb(39,144,128); }
div.DivClassName
{
background-color: #279080;
}
.BgClassName
{
background-color: #279080;
}
</style>
border-color css
<style>
span { border-color: #279080; }
span { border-color: rgb(39,144,128); }
td.TdClassName
{
border-color: #279080;
}
.TagClassName
{
border-color: #279080;
}
</style>