#286255

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

Shades of Eden #286255

Tints of Eden #286255

Color information

#286255 (or 0x286255) is unknown color: approx Eden. HEX triplet: 28, 62 and 55. RGB value is (40,98,85). Sum of RGB (Red+Green+Blue) = 40+98+85=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #286255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286255 is #D79DAA. Grayscale: #4F4F4F. Windows color (decimal): -14130603 or 5595688. OLE color: 5595688.

HSL color Cylindrical-coordinate representation of color #286255: hue angle of 166.55º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286255 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB409885-
CMYK0.5900.130.62
HSL166.55º42.03%27.06%-
HSV(B)166.55º59.18%38.43%-
XYZ6.889.8410.13-
YUV79.18131.28100.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=17.94%
G=43.95%
B=38.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098850.5900.130.62166.5542.0327.06
Hex2862553B0D3Ea72a1b
Octal5014212573015762475233
Binary10100011000101010101111011011011111101010011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286255; }

 p { color: rgb(40,98,85); }

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

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

 a { background-color: rgb(40,98,85); }

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

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

 span { border-color: rgb(40,98,85); }

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