#286E5A

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

Shades of Eden #286E5A

Tints of Eden #286E5A

Color information

#286E5A (or 0x286E5A) is unknown color: approx Eden. HEX triplet: 28, 6E and 5A. RGB value is (40,110,90). Sum of RGB (Red+Green+Blue) = 40+110+90=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #286E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E5A is #D791A5. Grayscale: #565656. Windows color (decimal): -14127526 or 5926440. OLE color: 5926440.

HSL color Cylindrical-coordinate representation of color #286E5A: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E5A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB4011090-
CMYK0.6400.180.57
HSL162.86º46.67%29.41%-
HSV(B)162.86º63.64%43.14%-
XYZ8.312.3411.62-
YUV86.79129.8194.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=16.67%
G=45.83%
B=37.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40110900.6400.180.57162.8646.6729.41
Hex286E5A4001239a32f1d
Octal50156132100022712435735
Binary1010001101110101101010000000100101110011010001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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