#278664

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

Shades of Elf Green #278664

Tints of Elf Green #278664

Color information

#278664 (or 0x278664) is unknown color: approx Elf Green. HEX triplet: 27, 86 and 64. RGB value is (39,134,100). Sum of RGB (Red+Green+Blue) = 39+134+100=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #278664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278664 is #D8799B. Grayscale: #656565. Windows color (decimal): -14186908 or 6587943. OLE color: 6587943.

HSL color Cylindrical-coordinate representation of color #278664: hue angle of 158.53º 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 #278664 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB39134100-
CMYK0.7100.250.47
HSL158.53º54.91%33.92%-
HSV(B)158.53º70.9%52.55%-
XYZ11.6618.414.99-
YUV101.72127.0383.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=14.29%
G=49.08%
B=36.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341000.7100.250.47158.5354.9133.92
Hex278664470192F9f3722
Octal47206144107031572376742
Binary100111100001101100100100011101100110111110011111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278664; }

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

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

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

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

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

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

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

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