#286960

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

Shades of Eden #286960

Tints of Eden #286960

Color information

#286960 (or 0x286960) is unknown color: approx Eden. HEX triplet: 28, 69 and 60. RGB value is (40,105,96). Sum of RGB (Red+Green+Blue) = 40+105+96=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #286960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286960 is #D7969F. Grayscale: #545454. Windows color (decimal): -14128800 or 6318376. OLE color: 6318376.

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

Color convert

RGB4010596-
CMYK0.6200.090.59
HSL171.69º44.83%28.43%-
HSV(B)171.69º61.9%41.18%-
XYZ8.0411.412.84-
YUV84.54134.4796.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=16.60%
G=43.57%
B=39.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105960.6200.090.59171.6944.8328.43
Hex2869603E093Bac2d1c
Octal5015114076011732545534
Binary10100011010011100000111110010011110111010110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286960; }

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

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

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

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

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

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

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

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