Html Css Color HEX #1D5545 Evening Sea

📋 copy color: '#1D5545'

red 29 ◦ green 85 ◦ blue 69

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

Shades of Evening Sea #1D5545

Tints of Evening Sea #1D5545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 15.85%
G = 46.45%
B = 37.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#1D5545 (or 0x1D5545) is known color: Evening Sea. HEX triplet: 1D, 55 and 45. RGB value is (29,85,69). Sum of RGB (Red+Green+Blue) = 29+85+69=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5545 is #E2AABA. Grayscale: #424242. Windows color (decimal): -14854843 or 4543773. OLE color: 4543773.

HSL color Cylindrical-coordinate representation of color #1D5545: hue angle of 162.86º 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 #1D5545 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 69 -
CMYK 0.66 0 0.19 0.67
HSL 162.86º 0.49% 0.22% -
HSV(B) 162.86º 0.66% 0.33% -
XYZ 4.83 7.19 6.76 -
YUV 66.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 29 85 69 0.66 0 0.19 0.67 162.86 0.49 0.22
Hex 1D 55 45 42 0 13 43 A3 31 16
Octal 35 125 105 102 0 23 103 243 61 26
Binary 11101 1010101 1000101 1000010 0 10011 1000011 10100011 110001 10110

Color Harmonies of #1D5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5545

Black with #1D5545

Text Example


Text Example

White with #1D5545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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