#286F60

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

Shades of Eden #286F60

Tints of Eden #286F60

Color information

#286F60 (or 0x286F60) is unknown color: approx Eden. HEX triplet: 28, 6F and 60. RGB value is (40,111,96). Sum of RGB (Red+Green+Blue) = 40+111+96=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #286F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F60 is #D7909F. Grayscale: #585858. Windows color (decimal): -14127264 or 6319912. OLE color: 6319912.

HSL color Cylindrical-coordinate representation of color #286F60: hue angle of 167.32º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F60 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB4011196-
CMYK0.6400.140.56
HSL167.32º47.02%29.61%-
HSV(B)167.32º63.96%43.53%-
XYZ8.6712.6613.05-
YUV88.06132.4893.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=16.19%
G=44.94%
B=38.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111960.6400.140.56167.3247.0229.61
Hex286F60400E38a72f1e
Octal50157140100016702475736
Binary101000110111111000001000000011101110001010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,111,96); }

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

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

 a { background-color: rgb(40,111,96); }

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

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

 span { border-color: rgb(40,111,96); }

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