#132E2D

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

Shades of Swamp #132E2D

Tints of Swamp #132E2D

Color information

#132E2D (or 0x132E2D) is unknown color: approx Swamp. HEX triplet: 13, 2E and 2D. RGB value is (19,46,45). Sum of RGB (Red+Green+Blue) = 19+46+45=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2D is #ECD1D2. Grayscale: #252525. Windows color (decimal): -15520211 or 2960915. OLE color: 2960915.

HSL color Cylindrical-coordinate representation of color #132E2D: hue angle of 177.78º 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 #132E2D is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB194645-
CMYK0.5900.020.82
HSL177.78º41.54%12.75%-
HSV(B)177.78º58.7%18.04%-
XYZ1.722.282.83-
YUV37.81132.05114.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=17.27%
G=41.82%
B=40.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946450.5900.020.82177.7841.5412.75
Hex132E2D3B0252b22ad
Octal23565573021222625215
Binary100111011101011011110110101010010101100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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