Shades of Elm #278C82
Tints of Elm #278C82
RGB
CMYK
RGB Variations
Color information
#278C82 (or 0x278C82) is known color: Elm. HEX triplet: 27, 8C and 82. RGB value is (39,140,130). Sum of RGB (Red+Green+Blue) = 39+140+130=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #278C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C82 is #D8737D. Grayscale: #6C6C6C. Windows color (decimal): -14185342 or 8555559. OLE color: 8555559.
HSL color Cylindrical-coordinate representation of color #278C82: hue angle of 174.06º 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 #278C82 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 140 | 130 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.45 |
| HSL | 174.06º | 0.56% | 0.35% | - |
| HSV(B) | 174.06º | 0.72% | 0.55% | - |
| XYZ | 14.24 | 20.8 | 24.38 | - |
| YUV | 108.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 130 | 0.72 | 0 | 0.07 | 0.45 | 174.06 | 0.56 | 0.35 |
| Hex | 27 | 8C | 82 | 48 | 0 | 7 | 2D | AE | 38 | 23 |
| Octal | 47 | 214 | 202 | 110 | 0 | 7 | 55 | 256 | 70 | 43 |
| Binary | 100111 | 10001100 | 10000010 | 1001000 | 0 | 111 | 101101 | 10101110 | 111000 | 100011 |
Color Harmonies of #278C82
Complementary color
Monochromatic Colors of #278C82
Black with #278C82
Text Example
Text Example
White with #278C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278C82; }
p { color: rgb(39,140,130); }
H1.HeaderClassName
{
color: #278C82;
}
.AnyTagClassName
{
color: #278C82;
}
</style>
background-color css
<style>
a { background-color: #278C82; }
a { background-color: rgb(39,140,130); }
div.DivClassName
{
background-color: #278C82;
}
.BgClassName
{
background-color: #278C82;
}
</style>
border-color css
<style>
span { border-color: #278C82; }
span { border-color: rgb(39,140,130); }
td.TdClassName
{
border-color: #278C82;
}
.TagClassName
{
border-color: #278C82;
}
</style>