#288872

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

Shades of Elf Green #288872

Tints of Elf Green #288872

Color information

#288872 (or 0x288872) is unknown color: approx Elf Green. HEX triplet: 28, 88 and 72. RGB value is (40,136,114). Sum of RGB (Red+Green+Blue) = 40+136+114=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #288872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288872 is #D7778D. Grayscale: #686868. Windows color (decimal): -14120846 or 7505960. OLE color: 7505960.

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

Color convert

RGB40136114-
CMYK0.7100.160.47
HSL166.25º54.55%34.51%-
HSV(B)166.25º70.59%53.33%-
XYZ12.7219.2718.97-
YUV104.79133.281.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=13.79%
G=46.90%
B=39.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361140.7100.160.47166.2554.5534.51
Hex288872470102Fa63723
Octal50210162107020572466743
Binary101000100010001110010100011101000010111110100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288872; }

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

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

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

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

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

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

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

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