#278E70

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

Shades of Elf Green #278E70

Tints of Elf Green #278E70

Color information

#278E70 (or 0x278E70) is unknown color: approx Elf Green. HEX triplet: 27, 8E and 70. RGB value is (39,142,112). Sum of RGB (Red+Green+Blue) = 39+142+112=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #278E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278E70 is #D8718F. Grayscale: #6B6B6B. Windows color (decimal): -14184848 or 7376423. OLE color: 7376423.

HSL color Cylindrical-coordinate representation of color #278E70: hue angle of 162.52º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278E70 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB39142112-
CMYK0.7300.210.44
HSL162.52º56.91%35.49%-
HSV(B)162.52º72.54%55.69%-
XYZ13.4320.9518.66-
YUV107.78130.3878.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 142 (55.86% from 255) = 48.46%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=13.31%
G=48.46%
B=38.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391421120.7300.210.44162.5256.9135.49
Hex278E70490152Ca33923
Octal47216160111025542437143
Binary100111100011101110000100100101010110110010100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,142,112); }

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

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

 a { background-color: rgb(39,142,112); }

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

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

 span { border-color: rgb(39,142,112); }

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