#286B5A

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

Shades of Eden #286B5A

Tints of Eden #286B5A

Color information

#286B5A (or 0x286B5A) is unknown color: approx Eden. HEX triplet: 28, 6B and 5A. RGB value is (40,107,90). Sum of RGB (Red+Green+Blue) = 40+107+90=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #286B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B5A is #D794A5. Grayscale: #555555. Windows color (decimal): -14128294 or 5925672. OLE color: 5925672.

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

Color convert

RGB4010790-
CMYK0.6300.160.58
HSL164.78º45.58%28.82%-
HSV(B)164.78º62.62%41.96%-
XYZ7.9811.711.51-
YUV85.03130.895.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=16.88%
G=45.15%
B=37.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107900.6300.160.58164.7845.5828.82
Hex286B5A3F0103Aa52e1d
Octal5015313277020722455635
Binary101000110101110110101111110100001110101010010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,107,90); }

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

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

 a { background-color: rgb(40,107,90); }

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

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

 span { border-color: rgb(40,107,90); }

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