Shades of Elm #278678
Tints of Elm #278678
RGB
CMYK
RGB Variations
Color information
#278678 (or 0x278678) is known color: Elm. HEX triplet: 27, 86 and 78. RGB value is (39,134,120). Sum of RGB (Red+Green+Blue) = 39+134+120=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #278678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278678 is #D87987. Grayscale: #676767. Windows color (decimal): -14186888 or 7898663. OLE color: 7898663.
HSL color Cylindrical-coordinate representation of color #278678: hue angle of 171.16º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278678 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 134 | 120 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.47 |
| HSL | 171.16º | 0.55% | 0.34% | - |
| HSV(B) | 171.16º | 0.71% | 0.53% | - |
| XYZ | 12.75 | 18.84 | 20.73 | - |
| YUV | 104 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 120 | 0.71 | 0 | 0.10 | 0.47 | 171.16 | 0.55 | 0.34 |
| Hex | 27 | 86 | 78 | 47 | 0 | A | 2F | AB | 37 | 22 |
| Octal | 47 | 206 | 170 | 107 | 0 | 12 | 57 | 253 | 67 | 42 |
| Binary | 100111 | 10000110 | 1111000 | 1000111 | 0 | 1010 | 101111 | 10101011 | 110111 | 100010 |
Color Harmonies of #278678
Complementary color
Monochromatic Colors of #278678
Black with #278678
Text Example
Text Example
White with #278678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278678; }
p { color: rgb(39,134,120); }
H1.HeaderClassName
{
color: #278678;
}
.AnyTagClassName
{
color: #278678;
}
</style>
background-color css
<style>
a { background-color: #278678; }
a { background-color: rgb(39,134,120); }
div.DivClassName
{
background-color: #278678;
}
.BgClassName
{
background-color: #278678;
}
</style>
border-color css
<style>
span { border-color: #278678; }
span { border-color: rgb(39,134,120); }
td.TdClassName
{
border-color: #278678;
}
.TagClassName
{
border-color: #278678;
}
</style>