#28776E

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

Shades of Elm #28776E

Tints of Elm #28776E

Color information

#28776E (or 0x28776E) is unknown color: approx Elm. HEX triplet: 28, 77 and 6E. RGB value is (40,119,110). Sum of RGB (Red+Green+Blue) = 40+119+110=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #28776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776E is #D78891. Grayscale: #5E5E5E. Windows color (decimal): -14125202 or 7239464. OLE color: 7239464.

HSL color Cylindrical-coordinate representation of color #28776E: hue angle of 173.16º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28776E is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB40119110-
CMYK0.6600.080.53
HSL173.16º49.69%31.18%-
HSV(B)173.16º66.39%46.67%-
XYZ10.2914.7717.06-
YUV94.35136.8389.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=14.87%
G=44.24%
B=40.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401191100.6600.080.53173.1649.6931.18
Hex28776E420835ad321f
Octal50167156102010652556237
Binary101000111011111011101000010010001101011010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28776E; }

 p { color: rgb(40,119,110); }

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

<style>
 a { background-color: #28776E; }

 a { background-color: rgb(40,119,110); }

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

<style>
 span { border-color: #28776E; }

 span { border-color: rgb(40,119,110); }

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