#288865

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

Shades of Elf Green #288865

Tints of Elf Green #288865

Color information

#288865 (or 0x288865) is unknown color: approx Elf Green. HEX triplet: 28, 88 and 65. RGB value is (40,136,101). Sum of RGB (Red+Green+Blue) = 40+136+101=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #288865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288865 is #D7779A. Grayscale: #676767. Windows color (decimal): -14120859 or 6653992. OLE color: 6653992.

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

Color convert

RGB40136101-
CMYK0.7100.260.47
HSL158.12º54.55%34.51%-
HSV(B)158.12º70.59%53.33%-
XYZ12.031915.35-
YUV103.31126.782.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=14.44%
G=49.10%
B=36.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361010.7100.260.47158.1254.5534.51
Hex2888654701A2F9e3723
Octal50210145107032572366743
Binary101000100010001100101100011101101010111110011110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288865; }

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

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

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

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

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

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

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

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