#286A5D

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

Shades of Eden #286A5D

Tints of Eden #286A5D

Color information

#286A5D (or 0x286A5D) is unknown color: approx Eden. HEX triplet: 28, 6A and 5D. RGB value is (40,106,93). Sum of RGB (Red+Green+Blue) = 40+106+93=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #286A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A5D is #D795A2. Grayscale: #545454. Windows color (decimal): -14128547 or 6122024. OLE color: 6122024.

HSL color Cylindrical-coordinate representation of color #286A5D: hue angle of 168.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A5D is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB4010693-
CMYK0.6200.120.58
HSL168.18º45.21%28.63%-
HSV(B)168.18º62.26%41.57%-
XYZ811.5512.16-
YUV84.78132.6396.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=16.74%
G=44.35%
B=38.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40106930.6200.120.58168.1845.2128.63
Hex286A5D3E0C3Aa82d1d
Octal5015213576014722505535
Binary10100011010101011101111110011001110101010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286A5D; }

 p { color: rgb(40,106,93); }

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

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

 a { background-color: rgb(40,106,93); }

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

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

 span { border-color: rgb(40,106,93); }

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