#297060

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

Shades of Eden #297060

Tints of Eden #297060

Color information

#297060 (or 0x297060) is unknown color: approx Eden. HEX triplet: 29, 70 and 60. RGB value is (41,112,96). Sum of RGB (Red+Green+Blue) = 41+112+96=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #297060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297060 is #D68F9F. Grayscale: #585858. Windows color (decimal): -14061472 or 6320169. OLE color: 6320169.

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

Color convert

RGB4111296-
CMYK0.6300.140.56
HSL166.48º46.41%30%-
HSV(B)166.48º63.39%43.92%-
XYZ8.8212.913.09-
YUV88.95131.9893.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=16.47%
G=44.98%
B=38.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112960.6300.140.56166.4846.4130
Hex2970603F0E38a62e1e
Octal5116014077016702465636
Binary10100111100001100000111111011101110001010011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297060; }

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

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

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

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

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

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

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

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