#112D32

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

Shades of Nordic #112D32

Tints of Nordic #112D32

Color information

#112D32 (or 0x112D32) is unknown color: approx Nordic. HEX triplet: 11, 2D and 32. RGB value is (17,45,50). Sum of RGB (Red+Green+Blue) = 17+45+50=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #112D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D32 is #EED2CD. Grayscale: #252525. Windows color (decimal): -15651534 or 3288337. OLE color: 3288337.

HSL color Cylindrical-coordinate representation of color #112D32: hue angle of 189.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112D32 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174550-
CMYK0.660.1000.80
HSL189.09º49.25%13.14%-
HSV(B)189.09º66%19.61%-
XYZ1.752.233.36-
YUV37.2135.22113.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=15.18%
G=40.18%
B=44.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1745500.660.1000.80189.0949.2513.14
Hex112D3242A050bd31d
Octal2155621021201202756115
Binary100011011011100101000010101001010000101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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