Shades of Elf Green #278364
Tints of Elf Green #278364
RGB
CMYK
RGB Variations
Color information
#278364 (or 0x278364) is known color: Elf Green. HEX triplet: 27, 83 and 64. RGB value is (39,131,100). Sum of RGB (Red+Green+Blue) = 39+131+100=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #278364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278364 is #D87C9B. Grayscale: #636363. Windows color (decimal): -14187676 or 6587175. OLE color: 6587175.
HSL color Cylindrical-coordinate representation of color #278364: hue angle of 159.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278364 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 100 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.49 |
| HSL | 159.78º | 0.54% | 0.33% | - |
| HSV(B) | 159.78º | 0.7% | 0.51% | - |
| XYZ | 11.25 | 17.58 | 14.86 | - |
| YUV | 99.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 100 | 0.70 | 0 | 0.24 | 0.49 | 159.78 | 0.54 | 0.33 |
| Hex | 27 | 83 | 64 | 46 | 0 | 18 | 31 | A0 | 36 | 21 |
| Octal | 47 | 203 | 144 | 106 | 0 | 30 | 61 | 240 | 66 | 41 |
| Binary | 100111 | 10000011 | 1100100 | 1000110 | 0 | 11000 | 110001 | 10100000 | 110110 | 100001 |
Color Harmonies of #278364
Complementary color
Monochromatic Colors of #278364
Black with #278364
Text Example
Text Example
White with #278364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278364; }
p { color: rgb(39,131,100); }
H1.HeaderClassName
{
color: #278364;
}
.AnyTagClassName
{
color: #278364;
}
</style>
background-color css
<style>
a { background-color: #278364; }
a { background-color: rgb(39,131,100); }
div.DivClassName
{
background-color: #278364;
}
.BgClassName
{
background-color: #278364;
}
</style>
border-color css
<style>
span { border-color: #278364; }
span { border-color: rgb(39,131,100); }
td.TdClassName
{
border-color: #278364;
}
.TagClassName
{
border-color: #278364;
}
</style>