#296851

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

Shades of Evening Sea #296851

Tints of Evening Sea #296851

Color information

#296851 (or 0x296851) is unknown color: approx Evening Sea. HEX triplet: 29, 68 and 51. RGB value is (41,104,81). Sum of RGB (Red+Green+Blue) = 41+104+81=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #296851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296851 is #D697AE. Grayscale: #525252. Windows color (decimal): -14063535 or 5335081. OLE color: 5335081.

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

Color convert

RGB4110481-
CMYK0.6100.220.59
HSL158.1º43.45%28.43%-
HSV(B)158.1º60.58%40.78%-
XYZ7.3510.979.51-
YUV82.54127.1398.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=18.14%
G=46.02%
B=35.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104810.6100.220.59158.143.4528.43
Hex2968513D0163B9e2b1c
Octal5115012175026732365334
Binary101001110100010100011111010101101110111001111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296851; }

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

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

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

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

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

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

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

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