#296452

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

Shades of Evening Sea #296452

Tints of Evening Sea #296452

Color information

#296452 (or 0x296452) is unknown color: approx Evening Sea. HEX triplet: 29, 64 and 52. RGB value is (41,100,82). Sum of RGB (Red+Green+Blue) = 41+100+82=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #296452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296452 is #D69BAD. Grayscale: #505050. Windows color (decimal): -14064558 or 5399593. OLE color: 5399593.

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

Color convert

RGB4110082-
CMYK0.5900.180.61
HSL161.69º41.84%27.65%-
HSV(B)161.69º59%39.22%-
XYZ6.9910.199.58-
YUV80.31128.9599.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=18.39%
G=44.84%
B=36.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100820.5900.180.61161.6941.8427.65
Hex2964523B0123Da22a1c
Octal5114412273022752425234
Binary101001110010010100101110110100101111011010001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296452; }

 p { color: rgb(41,100,82); }

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

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

 a { background-color: rgb(41,100,82); }

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

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

 span { border-color: rgb(41,100,82); }

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