Shades of Nordic #122F34
Tints of Nordic #122F34
RGB
CMYK
RGB Variations
Color information
#122F34 (or 0x122F34) is known color: Nordic. HEX triplet: 12, 2F and 34. RGB value is (18,47,52). Sum of RGB (Red+Green+Blue) = 18+47+52=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #122F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F34 is #EDD0CB. Grayscale: #262626. Windows color (decimal): -15585484 or 3419922. OLE color: 3419922.
HSL color Cylindrical-coordinate representation of color #122F34: hue angle of 188.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122F34 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 47 | 52 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.80 |
| HSL | 188.82º | 0.49% | 0.14% | - |
| HSV(B) | 188.82º | 0.65% | 0.2% | - |
| XYZ | 1.89 | 2.41 | 3.61 | - |
| YUV | 38.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 52 | 0.65 | 0.10 | 0 | 0.80 | 188.82 | 0.49 | 0.14 |
| Hex | 12 | 2F | 34 | 41 | A | 0 | 50 | BD | 31 | E |
| Octal | 22 | 57 | 64 | 101 | 12 | 0 | 120 | 275 | 61 | 16 |
| Binary | 10010 | 101111 | 110100 | 1000001 | 1010 | 0 | 1010000 | 10111101 | 110001 | 1110 |
Color Harmonies of #122F34
Complementary color
Monochromatic Colors of #122F34
Black with #122F34
Text Example
Text Example
White with #122F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F34; }
p { color: rgb(18,47,52); }
H1.HeaderClassName
{
color: #122F34;
}
.AnyTagClassName
{
color: #122F34;
}
</style>
background-color css
<style>
a { background-color: #122F34; }
a { background-color: rgb(18,47,52); }
div.DivClassName
{
background-color: #122F34;
}
.BgClassName
{
background-color: #122F34;
}
</style>
border-color css
<style>
span { border-color: #122F34; }
span { border-color: rgb(18,47,52); }
td.TdClassName
{
border-color: #122F34;
}
.TagClassName
{
border-color: #122F34;
}
</style>