#286F5E

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

Shades of Eden #286F5E

Tints of Eden #286F5E

Color information

#286F5E (or 0x286F5E) is unknown color: approx Eden. HEX triplet: 28, 6F and 5E. RGB value is (40,111,94). Sum of RGB (Red+Green+Blue) = 40+111+94=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #286F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F5E is #D790A1. Grayscale: #575757. Windows color (decimal): -14127266 or 6188840. OLE color: 6188840.

HSL color Cylindrical-coordinate representation of color #286F5E: hue angle of 165.63º 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 #286F5E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB4011194-
CMYK0.6400.150.56
HSL165.63º47.02%29.61%-
HSV(B)165.63º63.96%43.53%-
XYZ8.5812.6312.57-
YUV87.83131.4893.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=16.33%
G=45.31%
B=38.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111940.6400.150.56165.6347.0229.61
Hex286F5E400F38a62f1e
Octal50157136100017702465736
Binary101000110111110111101000000011111110001010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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