#278A76

Color #278A76 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #278A76

Tints of Elf Green #278A76

Color information

#278A76 (or 0x278A76) is unknown color: approx Elf Green. HEX triplet: 27, 8A and 76. RGB value is (39,138,118). Sum of RGB (Red+Green+Blue) = 39+138+118=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #278A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278A76 is #D87589. Grayscale: #6A6A6A. Windows color (decimal): -14185866 or 7768615. OLE color: 7768615.

HSL color Cylindrical-coordinate representation of color #278A76: hue angle of 167.88º 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 #278A76 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB39138118-
CMYK0.7200.140.46
HSL167.88º55.93%34.71%-
HSV(B)167.88º71.74%54.12%-
XYZ13.219.9220.29-
YUV106.12134.780.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 118 (46.48% from 255) = 40%
R=13.22%
G=46.78%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391381180.7200.140.46167.8855.9334.71
Hex278A76480E2Ea83823
Octal47212166110016562507043
Binary10011110001010111011010010000111010111010101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278A76; }

 p { color: rgb(39,138,118); }

 H1.HeaderClassName
 {
   color: #278A76;
 }
 .AnyTagClassName
 {
   color: #278A76;
 }
</style>
background-color css

<style>
 a { background-color: #278A76; }

 a { background-color: rgb(39,138,118); }

 div.DivClassName
 {
   background-color: #278A76;
 }
 .BgClassName
 {
   background-color: #278A76;
 }
</style>
border-color css

<style>
 span { border-color: #278A76; }

 span { border-color: rgb(39,138,118); }

 td.TdClassName
 {
   border-color: #278A76;
 }
 .TagClassName
 {
   border-color: #278A76;
 }
</style>