#288964

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

Shades of Elf Green #288964

Tints of Elf Green #288964

Color information

#288964 (or 0x288964) is unknown color: approx Elf Green. HEX triplet: 28, 89 and 64. RGB value is (40,137,100). Sum of RGB (Red+Green+Blue) = 40+137+100=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #288964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288964 is #D7769B. Grayscale: #676767. Windows color (decimal): -14120604 or 6588712. OLE color: 6588712.

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

Color convert

RGB40137100-
CMYK0.7100.270.46
HSL157.11º54.8%34.71%-
HSV(B)157.11º70.8%53.73%-
XYZ12.1219.2615.14-
YUV103.78125.8682.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=14.44%
G=49.46%
B=36.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371000.7100.270.46157.1154.834.71
Hex2889644701B2E9d3723
Octal50211144107033562356743
Binary101000100010011100100100011101101110111010011101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288964; }

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

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

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

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

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

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

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

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