#28817D

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

Shades of Elm #28817D

Tints of Elm #28817D

Color information

#28817D (or 0x28817D) is unknown color: approx Elm. HEX triplet: 28, 81 and 7D. RGB value is (40,129,125). Sum of RGB (Red+Green+Blue) = 40+129+125=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #28817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817D is #D77E82. Grayscale: #656565. Windows color (decimal): -14122627 or 8225064. OLE color: 8225064.

HSL color Cylindrical-coordinate representation of color #28817D: hue angle of 177.3º 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 #28817D is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB40129125-
CMYK0.6900.030.49
HSL177.3º52.66%33.14%-
HSV(B)177.3º68.99%50.59%-
XYZ12.4317.6322.15-
YUV101.93141.0183.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=13.61%
G=43.88%
B=42.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291250.6900.030.49177.352.6633.14
Hex28817D450331b13521
Octal5020117510503612616541
Binary101000100000011111101100010101111000110110001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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