Html Css Color HEX #142D32 Nordic

📋 copy color: '#142D32'

red 20 ◦ green 45 ◦ blue 50

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

Shades of Nordic #142D32

Tints of Nordic #142D32

RGB

 RED value IS 20 (8.2% from 255) = 17.39%

 GREEN value IS 45 (17.97% from 255) = 39.13%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 17.39%
G = 39.13%
B = 43.48%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#142D32 (or 0x142D32) is known color: Nordic. HEX triplet: 14, 2D and 32. RGB value is (20,45,50). Sum of RGB (Red+Green+Blue) = 20+45+50=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #142D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D32 is #EBD2CD. Grayscale: #262626. Windows color (decimal): -15454926 or 3288340. OLE color: 3288340.

HSL color Cylindrical-coordinate representation of color #142D32: hue angle of 190º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142D32 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 45 50 -
CMYK 0.60 0.10 0 0.80
HSL 190º 0.43% 0.14% -
HSV(B) 190º 0.6% 0.2% -
XYZ 1.8 2.26 3.36 -
YUV 38.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 20 45 50 0.60 0.10 0 0.80 190 0.43 0.14
Hex 14 2D 32 3C A 0 50 BE 2B E
Octal 24 55 62 74 12 0 120 276 53 16
Binary 10100 101101 110010 111100 1010 0 1010000 10111110 101011 1110

Color Harmonies of #142D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D32

Black with #142D32

Text Example


Text Example

White with #142D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #142D32;
 }
 .AnyTagClassName
 {
   color: #142D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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