#29604F

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

Shades of Evening Sea #29604F

Tints of Evening Sea #29604F

Color information

#29604F (or 0x29604F) is unknown color: approx Evening Sea. HEX triplet: 29, 60 and 4F. RGB value is (41,96,79). Sum of RGB (Red+Green+Blue) = 41+96+79=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #29604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29604F is #D69FB0. Grayscale: #4D4D4D. Windows color (decimal): -14065585 or 5201961. OLE color: 5201961.

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

Color convert

RGB419679-
CMYK0.5700.180.62
HSL161.45º40.15%26.86%-
HSV(B)161.45º57.29%37.65%-
XYZ6.519.48.87-
YUV77.62128.78101.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=18.98%
G=44.44%
B=36.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196790.5700.180.62161.4540.1526.86
Hex29604F390123Ea1281b
Octal5114011771022762415033
Binary101001110000010011111110010100101111101010000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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