Shades of Elf Green #278B6E
Tints of Elf Green #278B6E
RGB
CMYK
RGB Variations
Color information
#278B6E (or 0x278B6E) is known color: Elf Green. HEX triplet: 27, 8B and 6E. RGB value is (39,139,110). Sum of RGB (Red+Green+Blue) = 39+139+110=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #278B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B6E is #D87491. Grayscale: #696969. Windows color (decimal): -14185618 or 7244583. OLE color: 7244583.
HSL color Cylindrical-coordinate representation of color #278B6E: hue angle of 162.6º 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 #278B6E is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 110 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.45 |
| HSL | 162.6º | 0.56% | 0.35% | - |
| HSV(B) | 162.6º | 0.72% | 0.55% | - |
| XYZ | 12.88 | 20.02 | 17.94 | - |
| YUV | 105.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 110 | 0.72 | 0 | 0.21 | 0.45 | 162.6 | 0.56 | 0.35 |
| Hex | 27 | 8B | 6E | 48 | 0 | 15 | 2D | A3 | 38 | 23 |
| Octal | 47 | 213 | 156 | 110 | 0 | 25 | 55 | 243 | 70 | 43 |
| Binary | 100111 | 10001011 | 1101110 | 1001000 | 0 | 10101 | 101101 | 10100011 | 111000 | 100011 |
Color Harmonies of #278B6E
Complementary color
Monochromatic Colors of #278B6E
Black with #278B6E
Text Example
Text Example
White with #278B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B6E; }
p { color: rgb(39,139,110); }
H1.HeaderClassName
{
color: #278B6E;
}
.AnyTagClassName
{
color: #278B6E;
}
</style>
background-color css
<style>
a { background-color: #278B6E; }
a { background-color: rgb(39,139,110); }
div.DivClassName
{
background-color: #278B6E;
}
.BgClassName
{
background-color: #278B6E;
}
</style>
border-color css
<style>
span { border-color: #278B6E; }
span { border-color: rgb(39,139,110); }
td.TdClassName
{
border-color: #278B6E;
}
.TagClassName
{
border-color: #278B6E;
}
</style>