#1E3735

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

Shades of Swamp #1E3735

Tints of Swamp #1E3735

Color information

#1E3735 (or 0x1E3735) is unknown color: approx Swamp. HEX triplet: 1E, 37 and 35. RGB value is (30,55,53). Sum of RGB (Red+Green+Blue) = 30+55+53=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3735 is #E1C8CA. Grayscale: #2F2F2F. Windows color (decimal): -14797003 or 3487518. OLE color: 3487518.

HSL color Cylindrical-coordinate representation of color #1E3735: hue angle of 175.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E3735 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB305553-
CMYK0.4500.040.78
HSL175.2º29.41%16.67%-
HSV(B)175.2º45.45%21.57%-
XYZ2.543.273.86-
YUV47.3131.22115.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=21.74%
G=39.86%
B=38.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055530.4500.040.78175.229.4116.67
Hex1E37352D044Eaf1d11
Octal36676555041162573521
Binary1111011011111010110110101001001110101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,55,53); }

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

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

 a { background-color: rgb(30,55,53); }

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

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

 span { border-color: rgb(30,55,53); }

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