#296258

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

Shades of Eden #296258

Tints of Eden #296258

Color information

#296258 (or 0x296258) is unknown color: approx Eden. HEX triplet: 29, 62 and 58. RGB value is (41,98,88). Sum of RGB (Red+Green+Blue) = 41+98+88=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #296258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296258 is #D69DA7. Grayscale: #4F4F4F. Windows color (decimal): -14065064 or 5792297. OLE color: 5792297.

HSL color Cylindrical-coordinate representation of color #296258: hue angle of 169.47º 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 #296258 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB419888-
CMYK0.5800.100.62
HSL169.47º41.01%27.25%-
HSV(B)169.47º58.16%38.43%-
XYZ7.049.9110.77-
YUV79.82132.62100.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=18.06%
G=43.17%
B=38.77%

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
Decimal4198880.5800.100.62169.4741.0127.25
Hex2962583A0A3Ea9291b
Octal5114213072012762515133
Binary10100111000101011000111010010101111101010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296258; }

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

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

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

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

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

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

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

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