#28817C

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

Shades of Elm #28817C

Tints of Elm #28817C

Color information

#28817C (or 0x28817C) is unknown color: approx Elm. HEX triplet: 28, 81 and 7C. RGB value is (40,129,124). Sum of RGB (Red+Green+Blue) = 40+129+124=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #28817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817C is #D77E83. Grayscale: #656565. Windows color (decimal): -14122628 or 8159528. OLE color: 8159528.

HSL color Cylindrical-coordinate representation of color #28817C: hue angle of 176.63º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28817C is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB40129124-
CMYK0.6900.040.49
HSL176.63º52.66%33.14%-
HSV(B)176.63º68.99%50.59%-
XYZ12.3617.6121.82-
YUV101.82140.5183.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=13.65%
G=44.03%
B=42.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291240.6900.040.49176.6352.6633.14
Hex28817C450431b13521
Octal5020117410504612616541
Binary1010001000000111111001000101010011000110110001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28817C; }

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

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

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

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

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

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

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

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