#29604B

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

Shades of Evening Sea #29604B

Tints of Evening Sea #29604B

Color information

#29604B (or 0x29604B) is unknown color: approx Evening Sea. HEX triplet: 29, 60 and 4B. RGB value is (41,96,75). Sum of RGB (Red+Green+Blue) = 41+96+75=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #29604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29604B is #D69FB4. Grayscale: #4D4D4D. Windows color (decimal): -14065589 or 4939817. OLE color: 4939817.

HSL color Cylindrical-coordinate representation of color #29604B: hue angle of 157.09º 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 #29604B is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB419675-
CMYK0.5700.220.62
HSL157.09º40.15%26.86%-
HSV(B)157.09º57.29%37.65%-
XYZ6.379.358.12-
YUV77.16126.78102.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=19.34%
G=45.28%
B=35.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196750.5700.220.62157.0940.1526.86
Hex29604B390163E9d281b
Octal5114011371026762355033
Binary101001110000010010111110010101101111101001110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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