#286F61

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

Shades of Eden #286F61

Tints of Eden #286F61

Color information

#286F61 (or 0x286F61) is unknown color: approx Eden. HEX triplet: 28, 6F and 61. RGB value is (40,111,97). Sum of RGB (Red+Green+Blue) = 40+111+97=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #286F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F61 is #D7909E. Grayscale: #585858. Windows color (decimal): -14127263 or 6385448. OLE color: 6385448.

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

Color convert

RGB4011197-
CMYK0.6400.130.56
HSL168.17º47.02%29.61%-
HSV(B)168.17º63.96%43.53%-
XYZ8.7212.6813.3-
YUV88.17132.9893.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=16.13%
G=44.76%
B=39.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111970.6400.130.56168.1747.0229.61
Hex286F61400D38a82f1e
Octal50157141100015702505736
Binary101000110111111000011000000011011110001010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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