#112A2A

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

Shades of Swamp #112A2A

Tints of Swamp #112A2A

Color information

#112A2A (or 0x112A2A) is unknown color: approx Swamp. HEX triplet: 11, 2A and 2A. RGB value is (17,42,42). Sum of RGB (Red+Green+Blue) = 17+42+42=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #112A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2A is #EED5D5. Grayscale: #222222. Windows color (decimal): -15652310 or 2763281. OLE color: 2763281.

HSL color Cylindrical-coordinate representation of color #112A2A: hue angle of 180º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A2A is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB174242-
CMYK0.60000.84
HSL180º42.37%11.57%-
HSV(B)180º59.52%16.47%-
XYZ1.481.942.49-
YUV34.53132.22115.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 42 (16.80% from 255) = 41.58%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=16.83%
G=41.58%
B=41.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742420.60000.8418042.3711.57
Hex112A2A3C0054b42ac
Octal21525274001242645214
Binary10001101010101010111100001010100101101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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