#278D6C

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

Shades of Elf Green #278D6C

Tints of Elf Green #278D6C

Color information

#278D6C (or 0x278D6C) is unknown color: approx Elf Green. HEX triplet: 27, 8D and 6C. RGB value is (39,141,108). Sum of RGB (Red+Green+Blue) = 39+141+108=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #278D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278D6C is #D87293. Grayscale: #6A6A6A. Windows color (decimal): -14185108 or 7114023. OLE color: 7114023.

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

Color convert

RGB39141108-
CMYK0.7200.230.45
HSL160.59º56.67%35.29%-
HSV(B)160.59º72.34%55.29%-
XYZ13.0720.5617.47-
YUV106.74128.7179.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=13.54%
G=48.96%
B=37.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411080.7200.230.45160.5956.6735.29
Hex278D6C480172Da13923
Octal47215154110027552417143
Binary100111100011011101100100100001011110110110100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,141,108); }

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

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

 a { background-color: rgb(39,141,108); }

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

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

 span { border-color: rgb(39,141,108); }

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