#288463

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

Shades of Elf Green #288463

Tints of Elf Green #288463

Color information

#288463 (or 0x288463) is unknown color: approx Elf Green. HEX triplet: 28, 84 and 63. RGB value is (40,132,99). Sum of RGB (Red+Green+Blue) = 40+132+99=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #288463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288463 is #D77B9C. Grayscale: #646464. Windows color (decimal): -14121885 or 6521896. OLE color: 6521896.

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

Color convert

RGB4013299-
CMYK0.7000.250.48
HSL158.48º53.49%33.73%-
HSV(B)158.48º69.7%51.76%-
XYZ11.3817.8514.65-
YUV100.73127.0284.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=14.76%
G=48.71%
B=36.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132990.7000.250.48158.4853.4933.73
Hex28846346019309e3522
Octal50204143106031602366542
Binary101000100001001100011100011001100111000010011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288463; }

 p { color: rgb(40,132,99); }

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

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

 a { background-color: rgb(40,132,99); }

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

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

 span { border-color: rgb(40,132,99); }

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