#296157

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

Shades of Eden #296157

Tints of Eden #296157

Color information

#296157 (or 0x296157) is unknown color: approx Eden. HEX triplet: 29, 61 and 57. RGB value is (41,97,87). Sum of RGB (Red+Green+Blue) = 41+97+87=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #296157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296157 is #D69EA8. Grayscale: #4F4F4F. Windows color (decimal): -14065321 or 5726505. OLE color: 5726505.

HSL color Cylindrical-coordinate representation of color #296157: hue angle of 169.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296157 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB419787-
CMYK0.5800.100.62
HSL169.29º40.58%27.06%-
HSV(B)169.29º57.73%38.04%-
XYZ6.919.7110.53-
YUV79.12132.45100.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=18.22%
G=43.11%
B=38.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197870.5800.100.62169.2940.5827.06
Hex2961573A0A3Ea9291b
Octal5114112772012762515133
Binary10100111000011010111111010010101111101010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296157; }

 p { color: rgb(41,97,87); }

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

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

 a { background-color: rgb(41,97,87); }

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

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

 span { border-color: rgb(41,97,87); }

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