#28897c

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

Shades of Elm #28897C

Tints of Elm #28897C

Color information

#28897C (or 0x28897C) is unknown color: approx Elm. HEX triplet: 28, 89 and 7C. RGB value is (40,137,124). Sum of RGB (Red+Green+Blue) = 40+137+124=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #28897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28897C is #D77683. Grayscale: #6A6A6A. Windows color (decimal): -14120580 or 8161576. OLE color: 8161576.

HSL color Cylindrical-coordinate representation of color #28897C: hue angle of 171.96º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28897C is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB40137124-
CMYK0.7100.090.46
HSL171.96º54.8%34.71%-
HSV(B)171.96º70.8%53.73%-
XYZ13.4619.822.18-
YUV106.51137.8680.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=13.29%
G=45.51%
B=41.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371240.7100.090.46171.9654.834.71
Hex28897C47092Eac3723
Octal50211174107011562546743
Binary10100010001001111110010001110100110111010101100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28897c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28897c; }

 p { color: rgb(40,137,124); }

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

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

 a { background-color: rgb(40,137,124); }

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

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

 span { border-color: rgb(40,137,124); }

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