#1D5A4A

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

Shades of Evening Sea #1D5A4A

Tints of Evening Sea #1D5A4A

Color information

#1D5A4A (or 0x1D5A4A) is unknown color: approx Evening Sea. HEX triplet: 1D, 5A and 4A. RGB value is (29,90,74). Sum of RGB (Red+Green+Blue) = 29+90+74=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A4A is #E2A5B5. Grayscale: #454545. Windows color (decimal): -14853558 or 4872733. OLE color: 4872733.

HSL color Cylindrical-coordinate representation of color #1D5A4A: hue angle of 164.26º 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 #1D5A4A is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB299074-
CMYK0.6800.180.65
HSL164.26º51.26%23.33%-
HSV(B)164.26º67.78%35.29%-
XYZ5.48.077.75-
YUV69.94130.2998.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=15.03%
G=46.63%
B=38.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990740.6800.180.65164.2651.2623.33
Hex1D5A4A4401241a43317
Octal351321121040221012446327
Binary1110110110101001010100010001001010000011010010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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