#288965

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

Shades of Elf Green #288965

Tints of Elf Green #288965

Color information

#288965 (or 0x288965) is unknown color: approx Elf Green. HEX triplet: 28, 89 and 65. RGB value is (40,137,101). Sum of RGB (Red+Green+Blue) = 40+137+101=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #288965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288965 is #D7769A. Grayscale: #676767. Windows color (decimal): -14120603 or 6654248. OLE color: 6654248.

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

Color convert

RGB40137101-
CMYK0.7100.260.46
HSL157.73º54.8%34.71%-
HSV(B)157.73º70.8%53.73%-
XYZ12.1719.2815.39-
YUV103.89126.3682.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=14.39%
G=49.28%
B=36.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371010.7100.260.46157.7354.834.71
Hex2889654701A2E9e3723
Octal50211145107032562366743
Binary101000100010011100101100011101101010111010011110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288965; }

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

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

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

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

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

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

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

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