#278668

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

Shades of Elf Green #278668

Tints of Elf Green #278668

Color information

#278668 (or 0x278668) is unknown color: approx Elf Green. HEX triplet: 27, 86 and 68. RGB value is (39,134,104). Sum of RGB (Red+Green+Blue) = 39+134+104=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #278668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278668 is #D87997. Grayscale: #666666. Windows color (decimal): -14186904 or 6850087. OLE color: 6850087.

HSL color Cylindrical-coordinate representation of color #278668: hue angle of 161.05º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278668 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB39134104-
CMYK0.7100.220.47
HSL161.05º54.91%33.92%-
HSV(B)161.05º70.9%52.55%-
XYZ11.8618.4816.04-
YUV102.18129.0382.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=14.08%
G=48.38%
B=37.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341040.7100.220.47161.0554.9133.92
Hex278668470162Fa13722
Octal47206150107026572416742
Binary100111100001101101000100011101011010111110100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278668; }

 p { color: rgb(39,134,104); }

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

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

 a { background-color: rgb(39,134,104); }

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

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

 span { border-color: rgb(39,134,104); }

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