#112A2D

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

Shades of Swamp #112A2D

Tints of Swamp #112A2D

Color information

#112A2D (or 0x112A2D) is unknown color: approx Swamp. HEX triplet: 11, 2A and 2D. RGB value is (17,42,45). Sum of RGB (Red+Green+Blue) = 17+42+45=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #112A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2D is #EED5D2. Grayscale: #222222. Windows color (decimal): -15652307 or 2959889. OLE color: 2959889.

HSL color Cylindrical-coordinate representation of color #112A2D: hue angle of 186.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112A2D is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB174245-
CMYK0.620.0700.82
HSL186.43º45.16%12.16%-
HSV(B)186.43º62.22%17.65%-
XYZ1.531.962.78-
YUV34.87133.72115.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=16.35%
G=40.38%
B=43.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1742450.620.0700.82186.4345.1612.16
Hex112A2D3E7052ba2dc
Octal21525576701222725514
Binary1000110101010110111111011101010010101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112A2D; }

 p { color: rgb(17,42,45); }

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

<style>
 a { background-color: #112A2D; }

 a { background-color: rgb(17,42,45); }

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

<style>
 span { border-color: #112A2D; }

 span { border-color: rgb(17,42,45); }

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