#29795D

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

Shades of Deep Sea #29795D

Tints of Deep Sea #29795D

Color information

#29795D (or 0x29795D) is unknown color: approx Deep Sea. HEX triplet: 29, 79 and 5D. RGB value is (41,121,93). Sum of RGB (Red+Green+Blue) = 41+121+93=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #29795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29795D is #D686A2. Grayscale: #5D5D5D. Windows color (decimal): -14059171 or 6125865. OLE color: 6125865.

HSL color Cylindrical-coordinate representation of color #29795D: hue angle of 159º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29795D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB4112193-
CMYK0.6600.230.53
HSL159º49.38%31.76%-
HSV(B)159º66.12%47.45%-
XYZ9.7314.9412.73-
YUV93.89127.590.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=16.08%
G=47.45%
B=36.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121930.6600.230.5315949.3831.76
Hex29795D42017359f3120
Octal51171135102027652376140
Binary10100111110011011101100001001011111010110011111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,121,93); }

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

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

 a { background-color: rgb(41,121,93); }

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

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

 span { border-color: rgb(41,121,93); }

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