Shades of Nordic #142F37
Tints of Nordic #142F37
RGB
CMYK
RGB Variations
Color information
#142F37 (or 0x142F37) is known color: Nordic. HEX triplet: 14, 2F and 37. RGB value is (20,47,55). Sum of RGB (Red+Green+Blue) = 20+47+55=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #142F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F37 is #EBD0C8. Grayscale: #272727. Windows color (decimal): -15454409 or 3616532. OLE color: 3616532.
HSL color Cylindrical-coordinate representation of color #142F37: hue angle of 193.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142F37 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 47 | 55 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.78 |
| HSL | 193.71º | 0.47% | 0.15% | - |
| HSV(B) | 193.71º | 0.64% | 0.22% | - |
| XYZ | 1.99 | 2.46 | 3.98 | - |
| YUV | 39.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 55 | 0.64 | 0.15 | 0 | 0.78 | 193.71 | 0.47 | 0.15 |
| Hex | 14 | 2F | 37 | 40 | F | 0 | 4E | C2 | 2F | F |
| Octal | 24 | 57 | 67 | 100 | 17 | 0 | 116 | 302 | 57 | 17 |
| Binary | 10100 | 101111 | 110111 | 1000000 | 1111 | 0 | 1001110 | 11000010 | 101111 | 1111 |
Color Harmonies of #142F37
Complementary color
Monochromatic Colors of #142F37
Black with #142F37
Text Example
Text Example
White with #142F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F37; }
p { color: rgb(20,47,55); }
H1.HeaderClassName
{
color: #142F37;
}
.AnyTagClassName
{
color: #142F37;
}
</style>
background-color css
<style>
a { background-color: #142F37; }
a { background-color: rgb(20,47,55); }
div.DivClassName
{
background-color: #142F37;
}
.BgClassName
{
background-color: #142F37;
}
</style>
border-color css
<style>
span { border-color: #142F37; }
span { border-color: rgb(20,47,55); }
td.TdClassName
{
border-color: #142F37;
}
.TagClassName
{
border-color: #142F37;
}
</style>