#278768

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

Shades of Elf Green #278768

Tints of Elf Green #278768

Color information

#278768 (or 0x278768) is unknown color: approx Elf Green. HEX triplet: 27, 87 and 68. RGB value is (39,135,104). Sum of RGB (Red+Green+Blue) = 39+135+104=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #278768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278768 is #D87897. Grayscale: #666666. Windows color (decimal): -14186648 or 6850343. OLE color: 6850343.

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

Color convert

RGB39135104-
CMYK0.7100.230.47
HSL160.62º55.17%34.12%-
HSV(B)160.62º71.11%52.94%-
XYZ1218.7616.09-
YUV102.76128.782.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=14.03%
G=48.56%
B=37.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391351040.7100.230.47160.6255.1734.12
Hex278768470172Fa13722
Octal47207150107027572416742
Binary100111100001111101000100011101011110111110100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278768; }

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

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

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

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

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

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

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

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