#142F36

Color #142F36 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #142F36

Tints of Nordic #142F36

Color information

#142F36 (or 0x142F36) is unknown color: approx Nordic. HEX triplet: 14, 2F and 36. RGB value is (20,47,54). Sum of RGB (Red+Green+Blue) = 20+47+54=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #142F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F36 is #EBD0C9. Grayscale: #272727. Windows color (decimal): -15454410 or 3550996. OLE color: 3550996.

HSL color Cylindrical-coordinate representation of color #142F36: hue angle of 192.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142F36 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204754-
CMYK0.630.1300.79
HSL192.35º45.95%14.51%-
HSV(B)192.35º62.96%21.18%-
XYZ1.972.453.86-
YUV39.72136.05113.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=16.53%
G=38.84%
B=44.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2047540.630.1300.79192.3545.9514.51
Hex142F363FD04Fc02ef
Octal245766771501173005617
Binary10100101111110110111111110101001111110000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F36; }

 p { color: rgb(20,47,54); }

 H1.HeaderClassName
 {
   color: #142F36;
 }
 .AnyTagClassName
 {
   color: #142F36;
 }
</style>
background-color css

<style>
 a { background-color: #142F36; }

 a { background-color: rgb(20,47,54); }

 div.DivClassName
 {
   background-color: #142F36;
 }
 .BgClassName
 {
   background-color: #142F36;
 }
</style>
border-color css

<style>
 span { border-color: #142F36; }

 span { border-color: rgb(20,47,54); }

 td.TdClassName
 {
   border-color: #142F36;
 }
 .TagClassName
 {
   border-color: #142F36;
 }
</style>