#296251

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

Shades of Evening Sea #296251

Tints of Evening Sea #296251

Color information

#296251 (or 0x296251) is unknown color: approx Evening Sea. HEX triplet: 29, 62 and 51. RGB value is (41,98,81). Sum of RGB (Red+Green+Blue) = 41+98+81=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #296251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296251 is #D69DAE. Grayscale: #4F4F4F. Windows color (decimal): -14065071 or 5333545. OLE color: 5333545.

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

Color convert

RGB419881-
CMYK0.5800.170.62
HSL162.11º41.01%27.25%-
HSV(B)162.11º58.16%38.43%-
XYZ6.779.89.32-
YUV79.02129.12100.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=18.64%
G=44.55%
B=36.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198810.5800.170.62162.1141.0127.25
Hex2962513A0113Ea2291b
Octal5114212172021762425133
Binary101001110001010100011110100100011111101010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296251; }

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

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

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

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

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

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

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

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