#296358

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

Shades of Eden #296358

Tints of Eden #296358

Color information

#296358 (or 0x296358) is unknown color: approx Eden. HEX triplet: 29, 63 and 58. RGB value is (41,99,88). Sum of RGB (Red+Green+Blue) = 41+99+88=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #296358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296358 is #D69CA7. Grayscale: #505050. Windows color (decimal): -14064808 or 5792553. OLE color: 5792553.

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

Color convert

RGB419988-
CMYK0.5900.110.61
HSL168.62º41.43%27.45%-
HSV(B)168.62º58.59%38.82%-
XYZ7.1410.110.81-
YUV80.4132.2899.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=17.98%
G=43.42%
B=38.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199880.5900.110.61168.6241.4327.45
Hex2963583B0B3Da9291b
Octal5114313073013752515133
Binary10100111000111011000111011010111111011010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296358; }

 p { color: rgb(41,99,88); }

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

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

 a { background-color: rgb(41,99,88); }

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

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

 span { border-color: rgb(41,99,88); }

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