#296862

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

Shades of Eden #296862

Tints of Eden #296862

Color information

#296862 (or 0x296862) is unknown color: approx Eden. HEX triplet: 29, 68 and 62. RGB value is (41,104,98). Sum of RGB (Red+Green+Blue) = 41+104+98=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #296862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296862 is #D6979D. Grayscale: #545454. Windows color (decimal): -14063518 or 6449193. OLE color: 6449193.

HSL color Cylindrical-coordinate representation of color #296862: hue angle of 174.29º 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 #296862 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB4110498-
CMYK0.6100.060.59
HSL174.29º43.45%28.43%-
HSV(B)174.29º60.58%40.78%-
XYZ8.0711.2513.3-
YUV84.48135.6396.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=16.87%
G=42.80%
B=40.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104980.6100.060.59174.2943.4528.43
Hex2968623D063Bae2b1c
Octal511501427506732565334
Binary1010011101000110001011110101101110111010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296862; }

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

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

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

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

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

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

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

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