Shades of Elm #278C7A
Tints of Elm #278C7A
RGB
CMYK
RGB Variations
Color information
#278C7A (or 0x278C7A) is known color: Elm. HEX triplet: 27, 8C and 7A. RGB value is (39,140,122). Sum of RGB (Red+Green+Blue) = 39+140+122=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #278C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C7A is #D87385. Grayscale: #6B6B6B. Windows color (decimal): -14185350 or 8031271. OLE color: 8031271.
HSL color Cylindrical-coordinate representation of color #278C7A: hue angle of 169.31º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278C7A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 140 | 122 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.45 |
| HSL | 169.31º | 0.56% | 0.35% | - |
| HSV(B) | 169.31º | 0.72% | 0.55% | - |
| XYZ | 13.73 | 20.59 | 21.66 | - |
| YUV | 107.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 122 | 0.72 | 0 | 0.13 | 0.45 | 169.31 | 0.56 | 0.35 |
| Hex | 27 | 8C | 7A | 48 | 0 | D | 2D | A9 | 38 | 23 |
| Octal | 47 | 214 | 172 | 110 | 0 | 15 | 55 | 251 | 70 | 43 |
| Binary | 100111 | 10001100 | 1111010 | 1001000 | 0 | 1101 | 101101 | 10101001 | 111000 | 100011 |
Color Harmonies of #278C7A
Complementary color
Monochromatic Colors of #278C7A
Black with #278C7A
Text Example
Text Example
White with #278C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278C7A; }
p { color: rgb(39,140,122); }
H1.HeaderClassName
{
color: #278C7A;
}
.AnyTagClassName
{
color: #278C7A;
}
</style>
background-color css
<style>
a { background-color: #278C7A; }
a { background-color: rgb(39,140,122); }
div.DivClassName
{
background-color: #278C7A;
}
.BgClassName
{
background-color: #278C7A;
}
</style>
border-color css
<style>
span { border-color: #278C7A; }
span { border-color: rgb(39,140,122); }
td.TdClassName
{
border-color: #278C7A;
}
.TagClassName
{
border-color: #278C7A;
}
</style>