#278B78

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

Shades of Elf Green #278B78

Tints of Elf Green #278B78

Color information

#278B78 (or 0x278B78) is unknown color: approx Elf Green. HEX triplet: 27, 8B and 78. RGB value is (39,139,120). Sum of RGB (Red+Green+Blue) = 39+139+120=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #278B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B78 is #D87487. Grayscale: #6A6A6A. Windows color (decimal): -14185608 or 7899943. OLE color: 7899943.

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

Color convert

RGB39139120-
CMYK0.7200.140.45
HSL168.6º56.18%34.9%-
HSV(B)168.6º71.94%54.51%-
XYZ13.4620.2520.97-
YUV106.93135.3779.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=13.09%
G=46.64%
B=40.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391200.7200.140.45168.656.1834.9
Hex278B78480E2Da93823
Octal47213170110016552517043
Binary10011110001011111100010010000111010110110101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,139,120); }

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

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

 a { background-color: rgb(39,139,120); }

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

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

 span { border-color: rgb(39,139,120); }

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