Html Css Color HEX #142D31 Nordic

📋 copy color: '#142D31'

red 20 ◦ green 45 ◦ blue 49

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

Shades of Nordic #142D31

Tints of Nordic #142D31

RGB

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

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 20 45 49 -
CMYK 0.59 0.08 0 0.81
HSL 188.28º 0.42% 0.14% -
HSV(B) 188.28º 0.59% 0.19% -
XYZ 1.78 2.25 3.25 -
YUV 37.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 20 45 49 0.59 0.08 0 0.81 188.28 0.42 0.14
Hex 14 2D 31 3B 8 0 51 BC 2A E
Octal 24 55 61 73 10 0 121 274 52 16
Binary 10100 101101 110001 111011 1000 0 1010001 10111100 101010 1110

Color Harmonies of #142D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D31

Black with #142D31

Text Example


Text Example

White with #142D31

Text Example


Text Example

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