#286858

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

Shades of Eden #286858

Tints of Eden #286858

Color information

#286858 (or 0x286858) is unknown color: approx Eden. HEX triplet: 28, 68 and 58. RGB value is (40,104,88). Sum of RGB (Red+Green+Blue) = 40+104+88=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #286858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286858 is #D797A7. Grayscale: #535353. Windows color (decimal): -14129064 or 5793832. OLE color: 5793832.

HSL color Cylindrical-coordinate representation of color #286858: hue angle of 165º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286858 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB4010488-
CMYK0.6200.150.59
HSL165º44.44%28.24%-
HSV(B)165º61.54%40.78%-
XYZ7.5911.0610.97-
YUV83.04130.897.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=17.24%
G=44.83%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104880.6200.150.5916544.4428.24
Hex2868583E0F3Ba52c1c
Octal5015013076017732455434
Binary10100011010001011000111110011111110111010010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286858; }

 p { color: rgb(40,104,88); }

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

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

 a { background-color: rgb(40,104,88); }

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

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

 span { border-color: rgb(40,104,88); }

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