#288566

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

Shades of Elf Green #288566

Tints of Elf Green #288566

Color information

#288566 (or 0x288566) is unknown color: approx Elf Green. HEX triplet: 28, 85 and 66. RGB value is (40,133,102). Sum of RGB (Red+Green+Blue) = 40+133+102=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #288566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288566 is #D77A99. Grayscale: #656565. Windows color (decimal): -14121626 or 6718760. OLE color: 6718760.

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

Color convert

RGB40133102-
CMYK0.7000.230.48
HSL160º53.76%33.92%-
HSV(B)160º69.92%52.16%-
XYZ11.6618.1915.47-
YUV101.66128.1984.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=14.55%
G=48.36%
B=37.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331020.7000.230.4816053.7633.92
Hex2885664601730a03622
Octal50205146106027602406642
Binary101000100001011100110100011001011111000010100000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288566; }

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

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

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

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

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

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

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

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