#288E80

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

Shades of Elm #288E80

Tints of Elm #288E80

Color information

#288E80 (or 0x288E80) is unknown color: approx Elm. HEX triplet: 28, 8E and 80. RGB value is (40,142,128). Sum of RGB (Red+Green+Blue) = 40+142+128=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #288E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E80 is #D7717F. Grayscale: #6D6D6D. Windows color (decimal): -14119296 or 8425000. OLE color: 8425000.

HSL color Cylindrical-coordinate representation of color #288E80: hue angle of 171.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E80 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB40142128-
CMYK0.7200.100.44
HSL171.76º56.04%35.69%-
HSV(B)171.76º71.83%55.69%-
XYZ14.4421.3623.78-
YUV109.91138.2178.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=12.90%
G=45.81%
B=41.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401421280.7200.100.44171.7656.0435.69
Hex288E80480A2Cac3824
Octal50216200110012542547044
Binary101000100011101000000010010000101010110010101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288E80; }

 p { color: rgb(40,142,128); }

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

<style>
 a { background-color: #288E80; }

 a { background-color: rgb(40,142,128); }

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

<style>
 span { border-color: #288E80; }

 span { border-color: rgb(40,142,128); }

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