#1D302E

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

Shades of Swamp #1D302E

Tints of Swamp #1D302E

Color information

#1D302E (or 0x1D302E) is unknown color: approx Swamp. HEX triplet: 1D, 30 and 2E. RGB value is (29,48,46). Sum of RGB (Red+Green+Blue) = 29+48+46=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #1D302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D302E is #E2CFD1. Grayscale: #2A2A2A. Windows color (decimal): -14864338 or 3026973. OLE color: 3026973.

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

Color convert

RGB294846-
CMYK0.4000.040.81
HSL173.68º24.68%15.1%-
HSV(B)173.68º39.58%18.82%-
XYZ2.062.572.97-
YUV42.09130.21118.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=23.58%
G=39.02%
B=37.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948460.4000.040.81173.6824.6815.1
Hex1D302E280451ae19f
Octal35605650041212563117
Binary111011100001011101010000100101000110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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