#132B2A

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

Shades of Swamp #132B2A

Tints of Swamp #132B2A

Color information

#132B2A (or 0x132B2A) is unknown color: approx Swamp. HEX triplet: 13, 2B and 2A. RGB value is (19,43,42). Sum of RGB (Red+Green+Blue) = 19+43+42=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 43 - color contains mainly: green. Hex color #132B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2A is #ECD4D5. Grayscale: #232323. Windows color (decimal): -15520982 or 2763539. OLE color: 2763539.

HSL color Cylindrical-coordinate representation of color #132B2A: hue angle of 177.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B2A is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB194342-
CMYK0.5600.020.83
HSL177.5º38.71%12.16%-
HSV(B)177.5º55.81%16.86%-
XYZ1.552.032.5-
YUV35.71131.55116.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=18.27%
G=41.35%
B=40.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943420.5600.020.83177.538.7112.16
Hex132B2A380253b227c
Octal23535270021232624714
Binary100111010111010101110000101010011101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,42); }

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

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

 a { background-color: rgb(19,43,42); }

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

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

 span { border-color: rgb(19,43,42); }

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