Shades of Nordic #142F34
Tints of Nordic #142F34
RGB
CMYK
RGB Variations
Color information
#142F34 (or 0x142F34) is known color: Nordic. HEX triplet: 14, 2F and 34. RGB value is (20,47,52). Sum of RGB (Red+Green+Blue) = 20+47+52=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #142F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F34 is #EBD0CB. Grayscale: #272727. Windows color (decimal): -15454412 or 3419924. OLE color: 3419924.
HSL color Cylindrical-coordinate representation of color #142F34: hue angle of 189.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142F34 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 47 | 52 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.80 |
| HSL | 189.38º | 0.44% | 0.14% | - |
| HSV(B) | 189.38º | 0.62% | 0.2% | - |
| XYZ | 1.92 | 2.43 | 3.62 | - |
| YUV | 39.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 52 | 0.62 | 0.10 | 0 | 0.80 | 189.38 | 0.44 | 0.14 |
| Hex | 14 | 2F | 34 | 3E | A | 0 | 50 | BD | 2C | E |
| Octal | 24 | 57 | 64 | 76 | 12 | 0 | 120 | 275 | 54 | 16 |
| Binary | 10100 | 101111 | 110100 | 111110 | 1010 | 0 | 1010000 | 10111101 | 101100 | 1110 |
Color Harmonies of #142F34
Complementary color
Monochromatic Colors of #142F34
Black with #142F34
Text Example
Text Example
White with #142F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F34; }
p { color: rgb(20,47,52); }
H1.HeaderClassName
{
color: #142F34;
}
.AnyTagClassName
{
color: #142F34;
}
</style>
background-color css
<style>
a { background-color: #142F34; }
a { background-color: rgb(20,47,52); }
div.DivClassName
{
background-color: #142F34;
}
.BgClassName
{
background-color: #142F34;
}
</style>
border-color css
<style>
span { border-color: #142F34; }
span { border-color: rgb(20,47,52); }
td.TdClassName
{
border-color: #142F34;
}
.TagClassName
{
border-color: #142F34;
}
</style>