#1D312F

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

Shades of Swamp #1D312F

Tints of Swamp #1D312F

Color information

#1D312F (or 0x1D312F) is unknown color: approx Swamp. HEX triplet: 1D, 31 and 2F. RGB value is (29,49,47). Sum of RGB (Red+Green+Blue) = 29+49+47=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312F is #E2CED0. Grayscale: #2A2A2A. Windows color (decimal): -14864081 or 3092765. OLE color: 3092765.

HSL color Cylindrical-coordinate representation of color #1D312F: hue angle of 174º 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 #1D312F is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB294947-
CMYK0.4100.040.81
HSL174º25.64%15.29%-
HSV(B)174º40.82%19.22%-
XYZ2.122.663.09-
YUV42.79130.37118.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=23.2%
G=39.2%
B=37.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949470.4100.040.8117425.6415.29
Hex1D312F290451ae1af
Octal35615751041212563217
Binary111011100011011111010010100101000110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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