Shades of Nordic #112B2F
Tints of Nordic #112B2F
RGB
CMYK
RGB Variations
Color information
#112B2F (or 0x112B2F) is known color: Nordic. HEX triplet: 11, 2B and 2F. RGB value is (17,43,47). Sum of RGB (Red+Green+Blue) = 17+43+47=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #112B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B2F is #EED4D0. Grayscale: #232323. Windows color (decimal): -15652049 or 3091217. OLE color: 3091217.
HSL color Cylindrical-coordinate representation of color #112B2F: hue angle of 188º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112B2F is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 43 | 47 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.82 |
| HSL | 188º | 0.47% | 0.13% | - |
| HSV(B) | 188º | 0.64% | 0.18% | - |
| XYZ | 1.61 | 2.05 | 3 | - |
| YUV | 35.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 47 | 0.64 | 0.09 | 0 | 0.82 | 188 | 0.47 | 0.13 |
| Hex | 11 | 2B | 2F | 40 | 9 | 0 | 52 | BC | 2F | D |
| Octal | 21 | 53 | 57 | 100 | 11 | 0 | 122 | 274 | 57 | 15 |
| Binary | 10001 | 101011 | 101111 | 1000000 | 1001 | 0 | 1010010 | 10111100 | 101111 | 1101 |
Color Harmonies of #112B2F
Complementary color
Monochromatic Colors of #112B2F
Black with #112B2F
Text Example
Text Example
White with #112B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B2F; }
p { color: rgb(17,43,47); }
H1.HeaderClassName
{
color: #112B2F;
}
.AnyTagClassName
{
color: #112B2F;
}
</style>
background-color css
<style>
a { background-color: #112B2F; }
a { background-color: rgb(17,43,47); }
div.DivClassName
{
background-color: #112B2F;
}
.BgClassName
{
background-color: #112B2F;
}
</style>
border-color css
<style>
span { border-color: #112B2F; }
span { border-color: rgb(17,43,47); }
td.TdClassName
{
border-color: #112B2F;
}
.TagClassName
{
border-color: #112B2F;
}
</style>