#296451

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

Shades of Evening Sea #296451

Tints of Evening Sea #296451

Color information

#296451 (or 0x296451) is unknown color: approx Evening Sea. HEX triplet: 29, 64 and 51. RGB value is (41,100,81). Sum of RGB (Red+Green+Blue) = 41+100+81=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #296451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296451 is #D69BAE. Grayscale: #505050. Windows color (decimal): -14064559 or 5334057. OLE color: 5334057.

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

Color convert

RGB4110081-
CMYK0.5900.190.61
HSL160.68º41.84%27.65%-
HSV(B)160.68º59%39.22%-
XYZ6.9610.189.38-
YUV80.19128.45100.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=18.47%
G=45.05%
B=36.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100810.5900.190.61160.6841.8427.65
Hex2964513B0133Da12a1c
Octal5114412173023752415234
Binary101001110010010100011110110100111111011010000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296451; }

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

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

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

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

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

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

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

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