Shades of Nordic #142F32
Tints of Nordic #142F32
RGB
CMYK
RGB Variations
Color information
#142F32 (or 0x142F32) is known color: Nordic. HEX triplet: 14, 2F and 32. RGB value is (20,47,50). Sum of RGB (Red+Green+Blue) = 20+47+50=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #142F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F32 is #EBD0CD. Grayscale: #272727. Windows color (decimal): -15454414 or 3288852. OLE color: 3288852.
HSL color Cylindrical-coordinate representation of color #142F32: hue angle of 186º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142F32 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 47 | 50 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.80 |
| HSL | 186º | 0.43% | 0.14% | - |
| HSV(B) | 186º | 0.6% | 0.2% | - |
| XYZ | 1.88 | 2.41 | 3.38 | - |
| YUV | 39.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 50 | 0.60 | 0.06 | 0 | 0.80 | 186 | 0.43 | 0.14 |
| Hex | 14 | 2F | 32 | 3C | 6 | 0 | 50 | BA | 2B | E |
| Octal | 24 | 57 | 62 | 74 | 6 | 0 | 120 | 272 | 53 | 16 |
| Binary | 10100 | 101111 | 110010 | 111100 | 110 | 0 | 1010000 | 10111010 | 101011 | 1110 |
Color Harmonies of #142F32
Complementary color
Monochromatic Colors of #142F32
Black with #142F32
Text Example
Text Example
White with #142F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F32; }
p { color: rgb(20,47,50); }
H1.HeaderClassName
{
color: #142F32;
}
.AnyTagClassName
{
color: #142F32;
}
</style>
background-color css
<style>
a { background-color: #142F32; }
a { background-color: rgb(20,47,50); }
div.DivClassName
{
background-color: #142F32;
}
.BgClassName
{
background-color: #142F32;
}
</style>
border-color css
<style>
span { border-color: #142F32; }
span { border-color: rgb(20,47,50); }
td.TdClassName
{
border-color: #142F32;
}
.TagClassName
{
border-color: #142F32;
}
</style>