#142D31

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

Shades of Nordic #142D31

Tints of Nordic #142D31

Color information

#142D31 (or 0x142D31) is unknown color: approx Nordic. HEX triplet: 14, 2D and 31. RGB value is (20,45,49). Sum of RGB (Red+Green+Blue) = 20+45+49=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #142D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D31 is #EBD2CE. Grayscale: #252525. Windows color (decimal): -15454927 or 3222804. OLE color: 3222804.

HSL color Cylindrical-coordinate representation of color #142D31: hue angle of 188.28º 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 #142D31 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204549-
CMYK0.590.0800.81
HSL188.28º42.03%13.53%-
HSV(B)188.28º59.18%19.22%-
XYZ1.782.253.25-
YUV37.98134.22115.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=17.54%
G=39.47%
B=42.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2045490.590.0800.81188.2842.0313.53
Hex142D313B8051bc2ae
Octal245561731001212745216
Binary10100101101110001111011100001010001101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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