#288178

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

Shades of Elm #288178

Tints of Elm #288178

Color information

#288178 (or 0x288178) is unknown color: approx Elm. HEX triplet: 28, 81 and 78. RGB value is (40,129,120). Sum of RGB (Red+Green+Blue) = 40+129+120=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #288178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288178 is #D77E87. Grayscale: #656565. Windows color (decimal): -14122632 or 7897384. OLE color: 7897384.

HSL color Cylindrical-coordinate representation of color #288178: hue angle of 173.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288178 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB40129120-
CMYK0.6900.070.49
HSL173.93º52.66%33.14%-
HSV(B)173.93º68.99%50.59%-
XYZ12.1217.5120.51-
YUV101.36138.5184.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=13.84%
G=44.64%
B=41.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291200.6900.070.49173.9352.6633.14
Hex288178450731ae3521
Octal5020117010507612566541
Binary1010001000000111110001000101011111000110101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288178; }

 p { color: rgb(40,129,120); }

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

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

 a { background-color: rgb(40,129,120); }

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

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

 span { border-color: rgb(40,129,120); }

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