#1D5A49

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

Shades of Evening Sea #1D5A49

Tints of Evening Sea #1D5A49

Color information

#1D5A49 (or 0x1D5A49) is unknown color: approx Evening Sea. HEX triplet: 1D, 5A and 49. RGB value is (29,90,73). Sum of RGB (Red+Green+Blue) = 29+90+73=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A49 is #E2A5B6. Grayscale: #454545. Windows color (decimal): -14853559 or 4807197. OLE color: 4807197.

HSL color Cylindrical-coordinate representation of color #1D5A49: hue angle of 163.28º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A49 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB299073-
CMYK0.6800.190.65
HSL163.28º51.26%23.33%-
HSV(B)163.28º67.78%35.29%-
XYZ5.378.057.58-
YUV69.82129.7998.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=15.10%
G=46.88%
B=38.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990730.6800.190.65163.2851.2623.33
Hex1D5A494401341a33317
Octal351321111040231012436327
Binary1110110110101001001100010001001110000011010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5A49; }

 p { color: rgb(29,90,73); }

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

<style>
 a { background-color: #1D5A49; }

 a { background-color: rgb(29,90,73); }

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

<style>
 span { border-color: #1D5A49; }

 span { border-color: rgb(29,90,73); }

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