Shades of Elm #278B7A
Tints of Elm #278B7A
RGB
CMYK
RGB Variations
Color information
#278B7A (or 0x278B7A) is known color: Elm. HEX triplet: 27, 8B and 7A. RGB value is (39,139,122). Sum of RGB (Red+Green+Blue) = 39+139+122=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #278B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B7A is #D87485. Grayscale: #6B6B6B. Windows color (decimal): -14185606 or 8031015. OLE color: 8031015.
HSL color Cylindrical-coordinate representation of color #278B7A: hue angle of 169.8º 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 #278B7A is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 122 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.45 |
| HSL | 169.8º | 0.56% | 0.35% | - |
| HSV(B) | 169.8º | 0.72% | 0.55% | - |
| XYZ | 13.58 | 20.3 | 21.62 | - |
| YUV | 107.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 122 | 0.72 | 0 | 0.12 | 0.45 | 169.8 | 0.56 | 0.35 |
| Hex | 27 | 8B | 7A | 48 | 0 | C | 2D | AA | 38 | 23 |
| Octal | 47 | 213 | 172 | 110 | 0 | 14 | 55 | 252 | 70 | 43 |
| Binary | 100111 | 10001011 | 1111010 | 1001000 | 0 | 1100 | 101101 | 10101010 | 111000 | 100011 |
Color Harmonies of #278B7A
Complementary color
Monochromatic Colors of #278B7A
Black with #278B7A
Text Example
Text Example
White with #278B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B7A; }
p { color: rgb(39,139,122); }
H1.HeaderClassName
{
color: #278B7A;
}
.AnyTagClassName
{
color: #278B7A;
}
</style>
background-color css
<style>
a { background-color: #278B7A; }
a { background-color: rgb(39,139,122); }
div.DivClassName
{
background-color: #278B7A;
}
.BgClassName
{
background-color: #278B7A;
}
</style>
border-color css
<style>
span { border-color: #278B7A; }
span { border-color: rgb(39,139,122); }
td.TdClassName
{
border-color: #278B7A;
}
.TagClassName
{
border-color: #278B7A;
}
</style>