#278868

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

Shades of Elf Green #278868

Tints of Elf Green #278868

Color information

#278868 (or 0x278868) is unknown color: approx Elf Green. HEX triplet: 27, 88 and 68. RGB value is (39,136,104). Sum of RGB (Red+Green+Blue) = 39+136+104=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #278868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278868 is #D87797. Grayscale: #676767. Windows color (decimal): -14186392 or 6850599. OLE color: 6850599.

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

Color convert

RGB39136104-
CMYK0.7100.240.47
HSL160.21º55.43%34.31%-
HSV(B)160.21º71.32%53.33%-
XYZ12.1419.0416.13-
YUV103.35128.3682.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=13.98%
G=48.75%
B=37.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391361040.7100.240.47160.2155.4334.31
Hex278868470182Fa03722
Octal47210150107030572406742
Binary100111100010001101000100011101100010111110100000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278868; }

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

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

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

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

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

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

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

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