#296860

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

Shades of Eden #296860

Tints of Eden #296860

Color information

#296860 (or 0x296860) is unknown color: approx Eden. HEX triplet: 29, 68 and 60. RGB value is (41,104,96). Sum of RGB (Red+Green+Blue) = 41+104+96=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #296860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296860 is #D6979F. Grayscale: #545454. Windows color (decimal): -14063520 or 6318121. OLE color: 6318121.

HSL color Cylindrical-coordinate representation of color #296860: hue angle of 172.38º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296860 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB4110496-
CMYK0.6100.080.59
HSL172.38º43.45%28.43%-
HSV(B)172.38º60.58%40.78%-
XYZ7.9811.2212.81-
YUV84.25134.6397.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=17.01%
G=43.15%
B=39.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104960.6100.080.59172.3843.4528.43
Hex2968603D083Bac2b1c
Octal5115014075010732545334
Binary10100111010001100000111101010001110111010110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296860; }

 p { color: rgb(41,104,96); }

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

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

 a { background-color: rgb(41,104,96); }

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

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

 span { border-color: rgb(41,104,96); }

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