#1D5449

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

Shades of Evening Sea #1D5449

Tints of Evening Sea #1D5449

Color information

#1D5449 (or 0x1D5449) is unknown color: approx Evening Sea. HEX triplet: 1D, 54 and 49. RGB value is (29,84,73). Sum of RGB (Red+Green+Blue) = 29+84+73=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5449 is #E2ABB6. Grayscale: #424242. Windows color (decimal): -14855095 or 4805661. OLE color: 4805661.

HSL color Cylindrical-coordinate representation of color #1D5449: hue angle of 168º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5449 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB298473-
CMYK0.6500.130.67
HSL168º48.67%22.16%-
HSV(B)168º65.48%32.94%-
XYZ4.887.087.41-
YUV66.3131.78101.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=15.59%
G=45.16%
B=39.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984730.6500.130.6716848.6722.16
Hex1D5449410D43a83116
Octal351241111010151032506126
Binary111011010100100100110000010110110000111010100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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