#112A28

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

Shades of Swamp #112A28

Tints of Swamp #112A28

Color information

#112A28 (or 0x112A28) is unknown color: approx Swamp. HEX triplet: 11, 2A and 28. RGB value is (17,42,40). Sum of RGB (Red+Green+Blue) = 17+42+40=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #112A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A28 is #EED5D7. Grayscale: #222222. Windows color (decimal): -15652312 or 2632209. OLE color: 2632209.

HSL color Cylindrical-coordinate representation of color #112A28: hue angle of 175.2º 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 #112A28 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB174240-
CMYK0.6000.050.84
HSL175.2º42.37%11.57%-
HSV(B)175.2º59.52%16.47%-
XYZ1.441.932.3-
YUV34.3131.22115.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=17.17%
G=42.42%
B=40.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742400.6000.050.84175.242.3711.57
Hex112A283C0554af2ac
Octal21525074051242575214
Binary1000110101010100011110001011010100101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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