Html Css Color HEX #142F31 Nordic

📋 copy color: '#142F31'

red 20 ◦ green 47 ◦ blue 49

#142F31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #142F31

Tints of Nordic #142F31

RGB

 RED value IS 20 (8.2% 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 value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142F31 (or 0x142F31) is known color: 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

RGB 20 47 49 -
CMYK 0.59 0.04 0 0.81
HSL 184.14º 0.42% 0.14% -
HSV(B) 184.14º 0.59% 0.19% -
XYZ 1.86 2.4 3.27 -
YUV 39.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 20 47 49 0.59 0.04 0 0.81 184.14 0.42 0.14
Hex 14 2F 31 3B 4 0 51 B8 2A E
Octal 24 57 61 73 4 0 121 270 52 16
Binary 10100 101111 110001 111011 100 0 1010001 10111000 101010 1110

Color Harmonies of #142F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F31

Black with #142F31

Text Example


Text Example

White with #142F31

Text Example


Text Example

HTML Codes & Css Web 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>