Shades of Elm #278C7F
Tints of Elm #278C7F
RGB
CMYK
RGB Variations
Color information
#278C7F (or 0x278C7F) is known color: Elm. HEX triplet: 27, 8C and 7F. RGB value is (39,140,127). Sum of RGB (Red+Green+Blue) = 39+140+127=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #278C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C7F is #D87380. Grayscale: #6C6C6C. Windows color (decimal): -14185345 or 8358951. OLE color: 8358951.
HSL color Cylindrical-coordinate representation of color #278C7F: hue angle of 172.28º 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 #278C7F is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 140 | 127 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.45 |
| HSL | 172.28º | 0.56% | 0.35% | - |
| HSV(B) | 172.28º | 0.72% | 0.55% | - |
| XYZ | 14.05 | 20.72 | 23.34 | - |
| YUV | 108.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 127 | 0.72 | 0 | 0.09 | 0.45 | 172.28 | 0.56 | 0.35 |
| Hex | 27 | 8C | 7F | 48 | 0 | 9 | 2D | AC | 38 | 23 |
| Octal | 47 | 214 | 177 | 110 | 0 | 11 | 55 | 254 | 70 | 43 |
| Binary | 100111 | 10001100 | 1111111 | 1001000 | 0 | 1001 | 101101 | 10101100 | 111000 | 100011 |
Color Harmonies of #278C7F
Complementary color
Monochromatic Colors of #278C7F
Black with #278C7F
Text Example
Text Example
White with #278C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278C7F; }
p { color: rgb(39,140,127); }
H1.HeaderClassName
{
color: #278C7F;
}
.AnyTagClassName
{
color: #278C7F;
}
</style>
background-color css
<style>
a { background-color: #278C7F; }
a { background-color: rgb(39,140,127); }
div.DivClassName
{
background-color: #278C7F;
}
.BgClassName
{
background-color: #278C7F;
}
</style>
border-color css
<style>
span { border-color: #278C7F; }
span { border-color: rgb(39,140,127); }
td.TdClassName
{
border-color: #278C7F;
}
.TagClassName
{
border-color: #278C7F;
}
</style>