Html Css Color HEX #1D5446 Evening Sea

📋 copy color: '#1D5446'

red 29 ◦ green 84 ◦ blue 70

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

Shades of Evening Sea #1D5446

Tints of Evening Sea #1D5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.9%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 15.85%
G = 45.9%
B = 38.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#1D5446 (or 0x1D5446) is known color: Evening Sea. HEX triplet: 1D, 54 and 46. RGB value is (29,84,70). Sum of RGB (Red+Green+Blue) = 29+84+70=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5446 is #E2ABB9. Grayscale: #414141. Windows color (decimal): -14855098 or 4609053. OLE color: 4609053.

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

Color convert

RGB 29 84 70 -
CMYK 0.65 0 0.17 0.67
HSL 164.73º 0.49% 0.22% -
HSV(B) 164.73º 0.65% 0.33% -
XYZ 4.78 7.04 6.9 -
YUV 65.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 29 84 70 0.65 0 0.17 0.67 164.73 0.49 0.22
Hex 1D 54 46 41 0 11 43 A5 31 16
Octal 35 124 106 101 0 21 103 245 61 26
Binary 11101 1010100 1000110 1000001 0 10001 1000011 10100101 110001 10110

Color Harmonies of #1D5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5446

Black with #1D5446

Text Example


Text Example

White with #1D5446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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