Html Css Color HEX #1D5349 Evening Sea

📋 copy color: '#1D5349'

red 29 ◦ green 83 ◦ blue 73

#1D5349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1D5349

Tints of Evening Sea #1D5349

RGB

 RED value IS 29 (11.72% from 255) = 15.68%

 GREEN value IS 83 (32.81% from 255) = 44.86%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 15.68%
G = 44.86%
B = 39.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#1D5349 (or 0x1D5349) is known color: Evening Sea. HEX triplet: 1D, 53 and 49. RGB value is (29,83,73). Sum of RGB (Red+Green+Blue) = 29+83+73=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5349 is #E2ACB6. Grayscale: #414141. Windows color (decimal): -14855351 or 4805405. OLE color: 4805405.

HSL color Cylindrical-coordinate representation of color #1D5349: hue angle of 168.89º degrees, saturation: 0.48, 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 #1D5349 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 83 73 -
CMYK 0.65 0 0.12 0.67
HSL 168.89º 0.48% 0.22% -
HSV(B) 168.89º 0.65% 0.33% -
XYZ 4.8 6.93 7.39 -
YUV 65.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 29 83 73 0.65 0 0.12 0.67 168.89 0.48 0.22
Hex 1D 53 49 41 0 C 43 A9 30 16
Octal 35 123 111 101 0 14 103 251 60 26
Binary 11101 1010011 1001001 1000001 0 1100 1000011 10101001 110000 10110

Color Harmonies of #1D5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5349

Black with #1D5349

Text Example


Text Example

White with #1D5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D5349;
 }
 .AnyTagClassName
 {
   color: #1D5349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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