Shades of Elf Green #278872
Tints of Elf Green #278872
RGB
CMYK
RGB Variations
Color information
#278872 (or 0x278872) is known color: Elf Green. HEX triplet: 27, 88 and 72. RGB value is (39,136,114). Sum of RGB (Red+Green+Blue) = 39+136+114=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #278872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278872 is #D8778D. Grayscale: #686868. Windows color (decimal): -14186382 or 7505959. OLE color: 7505959.
HSL color Cylindrical-coordinate representation of color #278872: hue angle of 166.39º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278872 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 136 | 114 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.47 |
| HSL | 166.39º | 0.55% | 0.34% | - |
| HSV(B) | 166.39º | 0.71% | 0.53% | - |
| XYZ | 12.68 | 19.25 | 18.97 | - |
| YUV | 104.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 114 | 0.71 | 0 | 0.16 | 0.47 | 166.39 | 0.55 | 0.34 |
| Hex | 27 | 88 | 72 | 47 | 0 | 10 | 2F | A6 | 37 | 22 |
| Octal | 47 | 210 | 162 | 107 | 0 | 20 | 57 | 246 | 67 | 42 |
| Binary | 100111 | 10001000 | 1110010 | 1000111 | 0 | 10000 | 101111 | 10100110 | 110111 | 100010 |
Color Harmonies of #278872
Complementary color
Monochromatic Colors of #278872
Black with #278872
Text Example
Text Example
White with #278872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278872; }
p { color: rgb(39,136,114); }
H1.HeaderClassName
{
color: #278872;
}
.AnyTagClassName
{
color: #278872;
}
</style>
background-color css
<style>
a { background-color: #278872; }
a { background-color: rgb(39,136,114); }
div.DivClassName
{
background-color: #278872;
}
.BgClassName
{
background-color: #278872;
}
</style>
border-color css
<style>
span { border-color: #278872; }
span { border-color: rgb(39,136,114); }
td.TdClassName
{
border-color: #278872;
}
.TagClassName
{
border-color: #278872;
}
</style>