#29584A

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

Shades of Evening Sea #29584A

Tints of Evening Sea #29584A

Color information

#29584A (or 0x29584A) is unknown color: approx Evening Sea. HEX triplet: 29, 58 and 4A. RGB value is (41,88,74). Sum of RGB (Red+Green+Blue) = 41+88+74=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #29584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29584A is #D6A7B5. Grayscale: #484848. Windows color (decimal): -14067638 or 4872233. OLE color: 4872233.

HSL color Cylindrical-coordinate representation of color #29584A: hue angle of 162.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29584A is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB418874-
CMYK0.5300.160.65
HSL162.13º36.43%25.29%-
HSV(B)162.13º53.41%34.51%-
XYZ5.647.957.71-
YUV72.35128.93105.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=20.20%
G=43.35%
B=36.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188740.5300.160.65162.1336.4325.29
Hex29584A3501041a22419
Octal51130112650201012424431
Binary1010011011000100101011010101000010000011010001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29584A; }

 p { color: rgb(41,88,74); }

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

<style>
 a { background-color: #29584A; }

 a { background-color: rgb(41,88,74); }

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

<style>
 span { border-color: #29584A; }

 span { border-color: rgb(41,88,74); }

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