#288873

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

Shades of Elf Green #288873

Tints of Elf Green #288873

Color information

#288873 (or 0x288873) is unknown color: approx Elf Green. HEX triplet: 28, 88 and 73. RGB value is (40,136,115). Sum of RGB (Red+Green+Blue) = 40+136+115=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #288873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288873 is #D7778C. Grayscale: #686868. Windows color (decimal): -14120845 or 7571496. OLE color: 7571496.

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

Color convert

RGB40136115-
CMYK0.7100.150.47
HSL166.88º54.55%34.51%-
HSV(B)166.88º70.59%53.33%-
XYZ12.7719.319.27-
YUV104.9133.781.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=13.75%
G=46.74%
B=39.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361150.7100.150.47166.8854.5534.51
Hex288873470F2Fa73723
Octal50210163107017572476743
Binary10100010001000111001110001110111110111110100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288873; }

 p { color: rgb(40,136,115); }

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

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

 a { background-color: rgb(40,136,115); }

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

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

 span { border-color: rgb(40,136,115); }

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