#28716C

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

Shades of Elm #28716C

Tints of Elm #28716C

Color information

#28716C (or 0x28716C) is unknown color: approx Elm. HEX triplet: 28, 71 and 6C. RGB value is (40,113,108). Sum of RGB (Red+Green+Blue) = 40+113+108=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #28716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716C is #D78E93. Grayscale: #5A5A5A. Windows color (decimal): -14126740 or 7106856. OLE color: 7106856.

HSL color Cylindrical-coordinate representation of color #28716C: hue angle of 175.89º 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 #28716C is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB40113108-
CMYK0.6500.040.56
HSL175.89º47.71%30%-
HSV(B)175.89º64.6%44.31%-
XYZ9.4913.3416.26-
YUV90.6137.8291.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.33%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=15.33%
G=43.30%
B=41.38%

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
Decimal401131080.6500.040.56175.8947.7130
Hex28716C410438b0301e
Octal5016115410104702606036
Binary10100011100011101100100000101001110001011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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