#29795C

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

Shades of Deep Sea #29795C

Tints of Deep Sea #29795C

Color information

#29795C (or 0x29795C) is unknown color: approx Deep Sea. HEX triplet: 29, 79 and 5C. RGB value is (41,121,92). Sum of RGB (Red+Green+Blue) = 41+121+92=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #29795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29795C is #D686A3. Grayscale: #5D5D5D. Windows color (decimal): -14059172 or 6060329. OLE color: 6060329.

HSL color Cylindrical-coordinate representation of color #29795C: hue angle of 158.25º 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 #29795C is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB4112192-
CMYK0.6600.240.53
HSL158.25º49.38%31.76%-
HSV(B)158.25º66.12%47.45%-
XYZ9.6814.9212.49-
YUV93.7712790.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=16.14%
G=47.64%
B=36.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121920.6600.240.53158.2549.3831.76
Hex29795C42018359e3120
Octal51171134102030652366140
Binary10100111110011011100100001001100011010110011110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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