#288565

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

Shades of Elf Green #288565

Tints of Elf Green #288565

Color information

#288565 (or 0x288565) is unknown color: approx Elf Green. HEX triplet: 28, 85 and 65. RGB value is (40,133,101). Sum of RGB (Red+Green+Blue) = 40+133+101=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #288565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288565 is #D77A9A. Grayscale: #656565. Windows color (decimal): -14121627 or 6653224. OLE color: 6653224.

HSL color Cylindrical-coordinate representation of color #288565: hue angle of 159.35º 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 #288565 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB40133101-
CMYK0.7000.240.48
HSL159.35º53.76%33.92%-
HSV(B)159.35º69.92%52.16%-
XYZ11.6118.1715.21-
YUV101.54127.6984.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=14.60%
G=48.54%
B=36.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331010.7000.240.48159.3553.7633.92
Hex28856546018309f3622
Octal50205145106030602376642
Binary101000100001011100101100011001100011000010011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288565; }

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

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

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

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

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

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

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

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