#286855

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

Shades of Eden #286855

Tints of Eden #286855

Color information

#286855 (or 0x286855) is unknown color: approx Eden. HEX triplet: 28, 68 and 55. RGB value is (40,104,85). Sum of RGB (Red+Green+Blue) = 40+104+85=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #286855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286855 is #D797AA. Grayscale: #525252. Windows color (decimal): -14129067 or 5597224. OLE color: 5597224.

HSL color Cylindrical-coordinate representation of color #286855: hue angle of 162.19º 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 #286855 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB4010485-
CMYK0.6200.180.59
HSL162.19º44.44%28.24%-
HSV(B)162.19º61.54%40.78%-
XYZ7.4711.0110.33-
YUV82.7129.397.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=17.47%
G=45.41%
B=37.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104850.6200.180.59162.1944.4428.24
Hex2868553E0123Ba22c1c
Octal5015012576022732425434
Binary101000110100010101011111100100101110111010001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286855; }

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

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

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

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

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

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

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

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