#29775C

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

Shades of Deep Sea #29775C

Tints of Deep Sea #29775C

Color information

#29775C (or 0x29775C) is unknown color: approx Deep Sea. HEX triplet: 29, 77 and 5C. RGB value is (41,119,92). Sum of RGB (Red+Green+Blue) = 41+119+92=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #29775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29775C is #D688A3. Grayscale: #5C5C5C. Windows color (decimal): -14059684 or 6059817. OLE color: 6059817.

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

Color convert

RGB4111992-
CMYK0.6600.230.53
HSL159.23º48.75%31.37%-
HSV(B)159.23º65.55%46.67%-
XYZ9.4414.4412.41-
YUV92.6127.6691.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=16.27%
G=47.22%
B=36.51%

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
Decimal41119920.6600.230.53159.2348.7531.37
Hex29775C42017359f311f
Octal51167134102027652376137
Binary1010011110111101110010000100101111101011001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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