#296852

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

Shades of Evening Sea #296852

Tints of Evening Sea #296852

Color information

#296852 (or 0x296852) is unknown color: approx Evening Sea. HEX triplet: 29, 68 and 52. RGB value is (41,104,82). Sum of RGB (Red+Green+Blue) = 41+104+82=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #296852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296852 is #D697AD. Grayscale: #525252. Windows color (decimal): -14063534 or 5400617. OLE color: 5400617.

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

Color convert

RGB4110482-
CMYK0.6100.210.59
HSL159.05º43.45%28.43%-
HSV(B)159.05º60.58%40.78%-
XYZ7.3910.989.71-
YUV82.65127.6398.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=18.06%
G=45.81%
B=36.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104820.6100.210.59159.0543.4528.43
Hex2968523D0153B9f2b1c
Octal5115012275025732375334
Binary101001110100010100101111010101011110111001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296852; }

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

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

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

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

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

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

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

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