#288472

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

Shades of Elm #288472

Tints of Elm #288472

Color information

#288472 (or 0x288472) is unknown color: approx Elm. HEX triplet: 28, 84 and 72. RGB value is (40,132,114). Sum of RGB (Red+Green+Blue) = 40+132+114=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #288472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288472 is #D77B8D. Grayscale: #666666. Windows color (decimal): -14121870 or 7504936. OLE color: 7504936.

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

Color convert

RGB40132114-
CMYK0.7000.140.48
HSL168.26º53.49%33.73%-
HSV(B)168.26º69.7%51.76%-
XYZ12.1618.1718.79-
YUV102.44134.5283.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=13.99%
G=46.15%
B=39.86%

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
Decimal401321140.7000.140.48168.2653.4933.73
Hex288472460E30a83522
Octal50204162106016602506542
Binary10100010000100111001010001100111011000010101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288472; }

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

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

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

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

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

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

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

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