#278B74

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

Shades of Elf Green #278B74

Tints of Elf Green #278B74

Color information

#278B74 (or 0x278B74) is unknown color: approx Elf Green. HEX triplet: 27, 8B and 74. RGB value is (39,139,116). Sum of RGB (Red+Green+Blue) = 39+139+116=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #278B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B74 is #D8748B. Grayscale: #6A6A6A. Windows color (decimal): -14185612 or 7637799. OLE color: 7637799.

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

Color convert

RGB39139116-
CMYK0.7200.170.45
HSL166.2º56.18%34.9%-
HSV(B)166.2º71.94%54.51%-
XYZ13.2220.1619.72-
YUV106.48133.3779.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=13.27%
G=47.28%
B=39.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391160.7200.170.45166.256.1834.9
Hex278B74480112Da63823
Octal47213164110021552467043
Binary100111100010111110100100100001000110110110100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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