#112C2D

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

Shades of Swamp #112C2D

Tints of Swamp #112C2D

Color information

#112C2D (or 0x112C2D) is unknown color: approx Swamp. HEX triplet: 11, 2C and 2D. RGB value is (17,44,45). Sum of RGB (Red+Green+Blue) = 17+44+45=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #112C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C2D is #EED3D2. Grayscale: #242424. Windows color (decimal): -15651795 or 2960401. OLE color: 2960401.

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

Color convert

RGB174445-
CMYK0.620.0200.82
HSL182.14º45.16%12.16%-
HSV(B)182.14º62.22%17.65%-
XYZ1.612.112.81-
YUV36.04133.05114.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=16.04%
G=41.51%
B=42.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1744450.620.0200.82182.1445.1612.16
Hex112C2D3E2052b62dc
Octal21545576201222665514
Binary100011011001011011111101001010010101101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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