#132E2F

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

Shades of Swamp #132E2F

Tints of Swamp #132E2F

Color information

#132E2F (or 0x132E2F) is unknown color: approx Swamp. HEX triplet: 13, 2E and 2F. RGB value is (19,46,47). Sum of RGB (Red+Green+Blue) = 19+46+47=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #132E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2F is #ECD1D0. Grayscale: #262626. Windows color (decimal): -15520209 or 3091987. OLE color: 3091987.

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

Color convert

RGB194647-
CMYK0.600.0200.82
HSL182.14º42.42%12.94%-
HSV(B)182.14º59.57%18.43%-
XYZ1.762.33.04-
YUV38.04133.05114.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=16.96%
G=41.07%
B=41.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946470.600.0200.82182.1442.4212.94
Hex132E2F3C2052b62ad
Octal23565774201222665215
Binary100111011101011111111001001010010101101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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