#28716D

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

Shades of Elm #28716D

Tints of Elm #28716D

Color information

#28716D (or 0x28716D) is unknown color: approx Elm. HEX triplet: 28, 71 and 6D. RGB value is (40,113,109). Sum of RGB (Red+Green+Blue) = 40+113+109=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #28716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716D is #D78E92. Grayscale: #5A5A5A. Windows color (decimal): -14126739 or 7172392. OLE color: 7172392.

HSL color Cylindrical-coordinate representation of color #28716D: hue angle of 176.71º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28716D is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB40113109-
CMYK0.6500.040.56
HSL176.71º47.71%30%-
HSV(B)176.71º64.6%44.31%-
XYZ9.5413.3716.54-
YUV90.72138.3291.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=15.27%
G=43.13%
B=41.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401131090.6500.040.56176.7147.7130
Hex28716D410438b1301e
Octal5016115510104702616036
Binary10100011100011101101100000101001110001011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,113,109); }

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

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

 a { background-color: rgb(40,113,109); }

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

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

 span { border-color: rgb(40,113,109); }

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