#278B71

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

Shades of Elf Green #278B71

Tints of Elf Green #278B71

Color information

#278B71 (or 0x278B71) is unknown color: approx Elf Green. HEX triplet: 27, 8B and 71. RGB value is (39,139,113). Sum of RGB (Red+Green+Blue) = 39+139+113=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #278B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B71 is #D8748E. Grayscale: #6A6A6A. Windows color (decimal): -14185615 or 7441191. OLE color: 7441191.

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

Color convert

RGB39139113-
CMYK0.7200.190.45
HSL164.4º56.18%34.9%-
HSV(B)164.4º71.94%54.51%-
XYZ13.0520.0918.81-
YUV106.14131.8780.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=13.40%
G=47.77%
B=38.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391130.7200.190.45164.456.1834.9
Hex278B71480132Da43823
Octal47213161110023552447043
Binary100111100010111110001100100001001110110110100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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