#28877E

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

Shades of Elm #28877E

Tints of Elm #28877E

Color information

#28877E (or 0x28877E) is unknown color: approx Elm. HEX triplet: 28, 87 and 7E. RGB value is (40,135,126). Sum of RGB (Red+Green+Blue) = 40+135+126=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #28877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877E is #D77881. Grayscale: #696969. Windows color (decimal): -14121090 or 8292136. OLE color: 8292136.

HSL color Cylindrical-coordinate representation of color #28877E: hue angle of 174.32º 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 #28877E is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB40135126-
CMYK0.7000.070.47
HSL174.32º54.29%34.31%-
HSV(B)174.32º70.37%52.94%-
XYZ13.319.2922.76-
YUV105.57139.5381.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=13.29%
G=44.85%
B=41.86%

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
Decimal401351260.7000.070.47174.3254.2934.31
Hex28877E46072Fae3622
Octal5020717610607572566642
Binary1010001000011111111101000110011110111110101110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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