#132E2C

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

Shades of Swamp #132E2C

Tints of Swamp #132E2C

Color information

#132E2C (or 0x132E2C) is unknown color: approx Swamp. HEX triplet: 13, 2E and 2C. RGB value is (19,46,44). Sum of RGB (Red+Green+Blue) = 19+46+44=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2C is #ECD1D3. Grayscale: #252525. Windows color (decimal): -15520212 or 2895379. OLE color: 2895379.

HSL color Cylindrical-coordinate representation of color #132E2C: hue angle of 175.56º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E2C is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB194644-
CMYK0.5900.040.82
HSL175.56º41.54%12.75%-
HSV(B)175.56º58.7%18.04%-
XYZ1.72.272.73-
YUV37.7131.55114.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=17.43%
G=42.20%
B=40.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946440.5900.040.82175.5641.5412.75
Hex132E2C3B0452b02ad
Octal23565473041222605215
Binary1001110111010110011101101001010010101100001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E2C; }

 p { color: rgb(19,46,44); }

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

<style>
 a { background-color: #132E2C; }

 a { background-color: rgb(19,46,44); }

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

<style>
 span { border-color: #132E2C; }

 span { border-color: rgb(19,46,44); }

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