#288564

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

Shades of Elf Green #288564

Tints of Elf Green #288564

Color information

#288564 (or 0x288564) is unknown color: approx Elf Green. HEX triplet: 28, 85 and 64. RGB value is (40,133,100). Sum of RGB (Red+Green+Blue) = 40+133+100=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #288564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288564 is #D77A9B. Grayscale: #656565. Windows color (decimal): -14121628 or 6587688. OLE color: 6587688.

HSL color Cylindrical-coordinate representation of color #288564: hue angle of 158.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288564 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB40133100-
CMYK0.7000.250.48
HSL158.71º53.76%33.92%-
HSV(B)158.71º69.92%52.16%-
XYZ11.5618.1514.95-
YUV101.43127.1984.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=14.65%
G=48.72%
B=36.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331000.7000.250.48158.7153.7633.92
Hex28856446019309f3622
Octal50205144106031602376642
Binary101000100001011100100100011001100111000010011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288564; }

 p { color: rgb(40,133,100); }

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

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

 a { background-color: rgb(40,133,100); }

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

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

 span { border-color: rgb(40,133,100); }

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