#112E2E

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

Shades of Swamp #112E2E

Tints of Swamp #112E2E

Color information

#112E2E (or 0x112E2E) is unknown color: approx Swamp. HEX triplet: 11, 2E and 2E. RGB value is (17,46,46). Sum of RGB (Red+Green+Blue) = 17+46+46=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: green, blue. Hex color #112E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E2E is #EED1D1. Grayscale: #252525. Windows color (decimal): -15651282 or 3026449. OLE color: 3026449.

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

Color convert

RGB174646-
CMYK0.63000.82
HSL180º46.03%12.35%-
HSV(B)180º63.04%18.04%-
XYZ1.72.272.93-
YUV37.33132.89113.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=15.60%
G=42.20%
B=42.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746460.63000.8218046.0312.35
Hex112E2E3F0052b42ec
Octal21565677001222645614
Binary10001101110101110111111001010010101101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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