#1D3130

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

Shades of Swamp #1D3130

Tints of Swamp #1D3130

Color information

#1D3130 (or 0x1D3130) is unknown color: approx Swamp. HEX triplet: 1D, 31 and 30. RGB value is (29,49,48). Sum of RGB (Red+Green+Blue) = 29+49+48=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3130 is #E2CECF. Grayscale: #2A2A2A. Windows color (decimal): -14864080 or 3158301. OLE color: 3158301.

HSL color Cylindrical-coordinate representation of color #1D3130: hue angle of 177º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3130 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB294948-
CMYK0.4100.020.81
HSL177º25.64%15.29%-
HSV(B)177º40.82%19.22%-
XYZ2.142.673.2-
YUV42.91130.87118.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=23.02%
G=38.89%
B=38.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949480.4100.020.8117725.6415.29
Hex1D3130290251b11af
Octal35616051021212613217
Binary11101110001110000101001010101000110110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,48); }

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

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

 a { background-color: rgb(29,49,48); }

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

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

 span { border-color: rgb(29,49,48); }

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