Html Css Color HEX #1D5548 Evening Sea

📋 copy color: '#1D5548'

red 29 ◦ green 85 ◦ blue 72

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

Shades of Evening Sea #1D5548

Tints of Evening Sea #1D5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 15.59%
G = 45.7%
B = 38.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#1D5548 (or 0x1D5548) is known color: Evening Sea. HEX triplet: 1D, 55 and 48. RGB value is (29,85,72). Sum of RGB (Red+Green+Blue) = 29+85+72=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5548 is #E2AAB7. Grayscale: #424242. Windows color (decimal): -14854840 or 4740381. OLE color: 4740381.

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

Color convert

RGB 29 85 72 -
CMYK 0.66 0 0.15 0.67
HSL 166.07º 0.49% 0.22% -
HSV(B) 166.07º 0.66% 0.33% -
XYZ 4.92 7.23 7.27 -
YUV 66.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 29 85 72 0.66 0 0.15 0.67 166.07 0.49 0.22
Hex 1D 55 48 42 0 F 43 A6 31 16
Octal 35 125 110 102 0 17 103 246 61 26
Binary 11101 1010101 1001000 1000010 0 1111 1000011 10100110 110001 10110

Color Harmonies of #1D5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5548

Black with #1D5548

Text Example


Text Example

White with #1D5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,85,72); }

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

background-color css

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

 a { background-color: rgb(29,85,72); }

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

border-color css

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

 span { border-color: rgb(29,85,72); }

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