#29694D

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

Shades of Evening Sea #29694D

Tints of Evening Sea #29694D

Color information

#29694D (or 0x29694D) is unknown color: approx Evening Sea. HEX triplet: 29, 69 and 4D. RGB value is (41,105,77). Sum of RGB (Red+Green+Blue) = 41+105+77=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #29694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29694D is #D696B2. Grayscale: #525252. Windows color (decimal): -14063283 or 5073193. OLE color: 5073193.

HSL color Cylindrical-coordinate representation of color #29694D: hue angle of 153.75º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29694D is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB4110577-
CMYK0.6100.270.59
HSL153.75º43.84%28.63%-
HSV(B)153.75º60.95%41.18%-
XYZ7.3111.118.78-
YUV82.67124.898.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=18.39%
G=47.09%
B=34.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105770.6100.270.59153.7543.8428.63
Hex29694D3D01B3B9a2c1d
Octal5115111575033732325435
Binary101001110100110011011111010110111110111001101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29694D; }

 p { color: rgb(41,105,77); }

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

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

 a { background-color: rgb(41,105,77); }

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

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

 span { border-color: rgb(41,105,77); }

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