#29604C

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

Shades of Evening Sea #29604C

Tints of Evening Sea #29604C

Color information

#29604C (or 0x29604C) is unknown color: approx Evening Sea. HEX triplet: 29, 60 and 4C. RGB value is (41,96,76). Sum of RGB (Red+Green+Blue) = 41+96+76=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #29604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29604C is #D69FB3. Grayscale: #4D4D4D. Windows color (decimal): -14065588 or 5005353. OLE color: 5005353.

HSL color Cylindrical-coordinate representation of color #29604C: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29604C is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB419676-
CMYK0.5700.210.62
HSL158.18º40.15%26.86%-
HSV(B)158.18º57.29%37.65%-
XYZ6.49.368.31-
YUV77.27127.28102.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=19.25%
G=45.07%
B=35.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196760.5700.210.62158.1840.1526.86
Hex29604C390153E9e281b
Octal5114011471025762365033
Binary101001110000010011001110010101011111101001111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29604C; }

 p { color: rgb(41,96,76); }

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

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

 a { background-color: rgb(41,96,76); }

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

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

 span { border-color: rgb(41,96,76); }

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