Shades of Elf Green #278A6C
Tints of Elf Green #278A6C
RGB
CMYK
RGB Variations
Color information
#278A6C (or 0x278A6C) is known color: Elf Green. HEX triplet: 27, 8A and 6C. RGB value is (39,138,108). Sum of RGB (Red+Green+Blue) = 39+138+108=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #278A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278A6C is #D87593. Grayscale: #696969. Windows color (decimal): -14185876 or 7113255. OLE color: 7113255.
HSL color Cylindrical-coordinate representation of color #278A6C: hue angle of 161.82º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278A6C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 138 | 108 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.46 |
| HSL | 161.82º | 0.56% | 0.35% | - |
| HSV(B) | 161.82º | 0.72% | 0.54% | - |
| XYZ | 12.63 | 19.69 | 17.32 | - |
| YUV | 104.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 108 | 0.72 | 0 | 0.22 | 0.46 | 161.82 | 0.56 | 0.35 |
| Hex | 27 | 8A | 6C | 48 | 0 | 16 | 2E | A2 | 38 | 23 |
| Octal | 47 | 212 | 154 | 110 | 0 | 26 | 56 | 242 | 70 | 43 |
| Binary | 100111 | 10001010 | 1101100 | 1001000 | 0 | 10110 | 101110 | 10100010 | 111000 | 100011 |
Color Harmonies of #278A6C
Complementary color
Monochromatic Colors of #278A6C
Black with #278A6C
Text Example
Text Example
White with #278A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278A6C; }
p { color: rgb(39,138,108); }
H1.HeaderClassName
{
color: #278A6C;
}
.AnyTagClassName
{
color: #278A6C;
}
</style>
background-color css
<style>
a { background-color: #278A6C; }
a { background-color: rgb(39,138,108); }
div.DivClassName
{
background-color: #278A6C;
}
.BgClassName
{
background-color: #278A6C;
}
</style>
border-color css
<style>
span { border-color: #278A6C; }
span { border-color: rgb(39,138,108); }
td.TdClassName
{
border-color: #278A6C;
}
.TagClassName
{
border-color: #278A6C;
}
</style>