Shades of Elf Green #278B64
Tints of Elf Green #278B64
RGB
CMYK
RGB Variations
Color information
#278B64 (or 0x278B64) is known color: Elf Green. HEX triplet: 27, 8B and 64. RGB value is (39,139,100). Sum of RGB (Red+Green+Blue) = 39+139+100=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #278B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B64 is #D8749B. Grayscale: #686868. Windows color (decimal): -14185628 or 6589223. OLE color: 6589223.
HSL color Cylindrical-coordinate representation of color #278B64: hue angle of 156.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 #278B64 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 100 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.45 |
| HSL | 156.6º | 0.56% | 0.35% | - |
| HSV(B) | 156.6º | 0.72% | 0.55% | - |
| XYZ | 12.37 | 19.82 | 15.23 | - |
| YUV | 104.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 100 | 0.72 | 0 | 0.28 | 0.45 | 156.6 | 0.56 | 0.35 |
| Hex | 27 | 8B | 64 | 48 | 0 | 1C | 2D | 9D | 38 | 23 |
| Octal | 47 | 213 | 144 | 110 | 0 | 34 | 55 | 235 | 70 | 43 |
| Binary | 100111 | 10001011 | 1100100 | 1001000 | 0 | 11100 | 101101 | 10011101 | 111000 | 100011 |
Color Harmonies of #278B64
Complementary color
Monochromatic Colors of #278B64
Black with #278B64
Text Example
Text Example
White with #278B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B64; }
p { color: rgb(39,139,100); }
H1.HeaderClassName
{
color: #278B64;
}
.AnyTagClassName
{
color: #278B64;
}
</style>
background-color css
<style>
a { background-color: #278B64; }
a { background-color: rgb(39,139,100); }
div.DivClassName
{
background-color: #278B64;
}
.BgClassName
{
background-color: #278B64;
}
</style>
border-color css
<style>
span { border-color: #278B64; }
span { border-color: rgb(39,139,100); }
td.TdClassName
{
border-color: #278B64;
}
.TagClassName
{
border-color: #278B64;
}
</style>