#1D2829

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

Shades of Swamp #1D2829

Tints of Swamp #1D2829

Color information

#1D2829 (or 0x1D2829) is unknown color: approx Swamp. HEX triplet: 1D, 28 and 29. RGB value is (29,40,41). Sum of RGB (Red+Green+Blue) = 29+40+41=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2829 is #E2D7D6. Grayscale: #242424. Windows color (decimal): -14866391 or 2697245. OLE color: 2697245.

HSL color Cylindrical-coordinate representation of color #1D2829: hue angle of 185º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2829 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB294041-
CMYK0.290.0200.84
HSL185º17.14%13.73%-
HSV(B)185º29.27%16.08%-
XYZ1.671.942.38-
YUV36.82130.36122.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=26.36%
G=36.36%
B=37.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940410.290.0200.8418517.1413.73
Hex1D28291D2054b911e
Octal35505135201242712116
Binary1110110100010100111101100101010010111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,41); }

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

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

 a { background-color: rgb(29,40,41); }

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

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

 span { border-color: rgb(29,40,41); }

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