#142F31

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

Shades of Nordic #142F31

Tints of Nordic #142F31

Color information

#142F31 (or 0x142F31) is unknown color: approx Nordic. HEX triplet: 14, 2F and 31. RGB value is (20,47,49). Sum of RGB (Red+Green+Blue) = 20+47+49=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #142F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F31 is #EBD0CE. Grayscale: #272727. Windows color (decimal): -15454415 or 3223316. OLE color: 3223316.

HSL color Cylindrical-coordinate representation of color #142F31: hue angle of 184.14º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142F31 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204749-
CMYK0.590.0400.81
HSL184.14º42.03%13.53%-
HSV(B)184.14º59.18%19.22%-
XYZ1.862.43.27-
YUV39.15133.55114.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=17.24%
G=40.52%
B=42.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2047490.590.0400.81184.1442.0313.53
Hex142F313B4051b82ae
Octal24576173401212705216
Binary1010010111111000111101110001010001101110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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