#28877D

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

Shades of Elm #28877D

Tints of Elm #28877D

Color information

#28877D (or 0x28877D) is unknown color: approx Elm. HEX triplet: 28, 87 and 7D. RGB value is (40,135,125). Sum of RGB (Red+Green+Blue) = 40+135+125=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #28877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877D is #D77882. Grayscale: #696969. Windows color (decimal): -14121091 or 8226600. OLE color: 8226600.

HSL color Cylindrical-coordinate representation of color #28877D: hue angle of 173.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28877D is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB40135125-
CMYK0.7000.070.47
HSL173.68º54.29%34.31%-
HSV(B)173.68º70.37%52.94%-
XYZ13.2419.2622.42-
YUV105.45139.0381.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=13.33%
G=45%
B=41.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401351250.7000.070.47173.6854.2934.31
Hex28877D46072Fae3622
Octal5020717510607572566642
Binary1010001000011111111011000110011110111110101110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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