#29554B

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

Shades of Evening Sea #29554B

Tints of Evening Sea #29554B

Color information

#29554B (or 0x29554B) is unknown color: approx Evening Sea. HEX triplet: 29, 55 and 4B. RGB value is (41,85,75). Sum of RGB (Red+Green+Blue) = 41+85+75=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #29554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29554B is #D6AAB4. Grayscale: #464646. Windows color (decimal): -14068405 or 4937001. OLE color: 4937001.

HSL color Cylindrical-coordinate representation of color #29554B: hue angle of 166.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29554B is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB418575-
CMYK0.5200.120.67
HSL166.36º34.92%24.71%-
HSV(B)166.36º51.76%33.33%-
XYZ5.437.487.81-
YUV70.7130.42106.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=20.40%
G=42.29%
B=37.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185750.5200.120.67166.3634.9224.71
Hex29554B340C43a62319
Octal51125113640141032464331
Binary101001101010110010111101000110010000111010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29554B; }

 p { color: rgb(41,85,75); }

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

<style>
 a { background-color: #29554B; }

 a { background-color: rgb(41,85,75); }

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

<style>
 span { border-color: #29554B; }

 span { border-color: rgb(41,85,75); }

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