#288678

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

Shades of Elm #288678

Tints of Elm #288678

Color information

#288678 (or 0x288678) is unknown color: approx Elm. HEX triplet: 28, 86 and 78. RGB value is (40,134,120). Sum of RGB (Red+Green+Blue) = 40+134+120=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #288678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288678 is #D77987. Grayscale: #686868. Windows color (decimal): -14121352 or 7898664. OLE color: 7898664.

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

Color convert

RGB40134120-
CMYK0.7000.100.47
HSL171.06º54.02%34.12%-
HSV(B)171.06º70.15%52.55%-
XYZ12.7918.8620.74-
YUV104.3136.8682.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=13.61%
G=45.58%
B=40.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341200.7000.100.47171.0654.0234.12
Hex288678460A2Fab3622
Octal50206170106012572536642
Binary10100010000110111100010001100101010111110101011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288678; }

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

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

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

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

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

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

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

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