#288573

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

Shades of Elm #288573

Tints of Elm #288573

Color information

#288573 (or 0x288573) is unknown color: approx Elm. HEX triplet: 28, 85 and 73. RGB value is (40,133,115). Sum of RGB (Red+Green+Blue) = 40+133+115=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #288573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288573 is #D77A8C. Grayscale: #676767. Windows color (decimal): -14121613 or 7570728. OLE color: 7570728.

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

Color convert

RGB40133115-
CMYK0.7000.140.48
HSL168.39º53.76%33.92%-
HSV(B)168.39º69.92%52.16%-
XYZ12.3618.4619.13-
YUV103.14134.6982.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=13.89%
G=46.18%
B=39.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331150.7000.140.48168.3953.7633.92
Hex288573460E30a83622
Octal50205163106016602506642
Binary10100010000101111001110001100111011000010101000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288573; }

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

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

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

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

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

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

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

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