#288963

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

Shades of Elf Green #288963

Tints of Elf Green #288963

Color information

#288963 (or 0x288963) is unknown color: approx Elf Green. HEX triplet: 28, 89 and 63. RGB value is (40,137,99). Sum of RGB (Red+Green+Blue) = 40+137+99=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #288963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288963 is #D7769C. Grayscale: #676767. Windows color (decimal): -14120605 or 6523176. OLE color: 6523176.

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

Color convert

RGB4013799-
CMYK0.7100.280.46
HSL156.49º54.8%34.71%-
HSV(B)156.49º70.8%53.73%-
XYZ12.0719.2414.88-
YUV103.66125.3682.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=14.49%
G=49.64%
B=35.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137990.7100.280.46156.4954.834.71
Hex2889634701C2E9c3723
Octal50211143107034562346743
Binary101000100010011100011100011101110010111010011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288963; }

 p { color: rgb(40,137,99); }

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

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

 a { background-color: rgb(40,137,99); }

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

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

 span { border-color: rgb(40,137,99); }

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