#142F33

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

Shades of Nordic #142F33

Tints of Nordic #142F33

Color information

#142F33 (or 0x142F33) is unknown color: approx Nordic. HEX triplet: 14, 2F and 33. RGB value is (20,47,51). Sum of RGB (Red+Green+Blue) = 20+47+51=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #142F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F33 is #EBD0CC. Grayscale: #272727. Windows color (decimal): -15454413 or 3354388. OLE color: 3354388.

HSL color Cylindrical-coordinate representation of color #142F33: hue angle of 187.74º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142F33 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB204751-
CMYK0.610.0800.8
HSL187.74º43.66%13.92%-
HSV(B)187.74º60.78%20%-
XYZ1.92.423.5-
YUV39.38134.55114.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=16.95%
G=39.83%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2047510.610.0800.8187.7443.6613.92
Hex142F333D8050bc2ce
Octal245763751001202745416
Binary10100101111110011111101100001010000101111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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