#286B5E

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

Shades of Eden #286B5E

Tints of Eden #286B5E

Color information

#286B5E (or 0x286B5E) is unknown color: approx Eden. HEX triplet: 28, 6B and 5E. RGB value is (40,107,94). Sum of RGB (Red+Green+Blue) = 40+107+94=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #286B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B5E is #D794A1. Grayscale: #555555. Windows color (decimal): -14128290 or 6187816. OLE color: 6187816.

HSL color Cylindrical-coordinate representation of color #286B5E: hue angle of 168.36º 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 #286B5E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB4010794-
CMYK0.6300.120.58
HSL168.36º45.58%28.82%-
HSV(B)168.36º62.62%41.96%-
XYZ8.1511.7712.43-
YUV85.48132.895.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=16.60%
G=44.40%
B=39.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107940.6300.120.58168.3645.5828.82
Hex286B5E3F0C3Aa82e1d
Octal5015313677014722505635
Binary10100011010111011110111111011001110101010100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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