#278C6E

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

Shades of Elf Green #278C6E

Tints of Elf Green #278C6E

Color information

#278C6E (or 0x278C6E) is unknown color: approx Elf Green. HEX triplet: 27, 8C and 6E. RGB value is (39,140,110). Sum of RGB (Red+Green+Blue) = 39+140+110=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #278C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C6E is #D87391. Grayscale: #6A6A6A. Windows color (decimal): -14185362 or 7244839. OLE color: 7244839.

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

Color convert

RGB39140110-
CMYK0.7200.210.45
HSL162.18º56.42%35.1%-
HSV(B)162.18º72.14%54.9%-
XYZ13.0320.3117.99-
YUV106.38130.0479.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=13.49%
G=48.44%
B=38.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391401100.7200.210.45162.1856.4235.1
Hex278C6E480152Da23823
Octal47214156110025552427043
Binary100111100011001101110100100001010110110110100010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,140,110); }

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

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

 a { background-color: rgb(39,140,110); }

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

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

 span { border-color: rgb(39,140,110); }

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