#1D302F

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

Shades of Swamp #1D302F

Tints of Swamp #1D302F

Color information

#1D302F (or 0x1D302F) is unknown color: approx Swamp. HEX triplet: 1D, 30 and 2F. RGB value is (29,48,47). Sum of RGB (Red+Green+Blue) = 29+48+47=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #1D302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D302F is #E2CFD0. Grayscale: #2A2A2A. Windows color (decimal): -14864337 or 3092509. OLE color: 3092509.

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

Color convert

RGB294847-
CMYK0.4000.020.81
HSL176.84º24.68%15.1%-
HSV(B)176.84º39.58%18.82%-
XYZ2.082.583.08-
YUV42.2130.71118.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=23.39%
G=38.71%
B=37.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948470.4000.020.81176.8424.6815.1
Hex1D302F280251b119f
Octal35605750021212613117
Binary11101110000101111101000010101000110110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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