Html Css Color HEX #142D30 Nordic

📋 copy color: '#142D30'

red 20 ◦ green 45 ◦ blue 48

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

Shades of Nordic #142D30

Tints of Nordic #142D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 42.48%

R = 17.7%
G = 39.82%
B = 42.48%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#142D30 (or 0x142D30) is known color: Nordic. HEX triplet: 14, 2D and 30. RGB value is (20,45,48). Sum of RGB (Red+Green+Blue) = 20+45+48=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #142D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D30 is #EBD2CF. Grayscale: #252525. Windows color (decimal): -15454928 or 3157268. OLE color: 3157268.

HSL color Cylindrical-coordinate representation of color #142D30: hue angle of 186.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #142D30 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 45 48 -
CMYK 0.58 0.06 0 0.81
HSL 186.43º 0.41% 0.13% -
HSV(B) 186.43º 0.58% 0.19% -
XYZ 1.76 2.24 3.14 -
YUV 37.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 20 45 48 0.58 0.06 0 0.81 186.43 0.41 0.13
Hex 14 2D 30 3A 6 0 51 BA 29 D
Octal 24 55 60 72 6 0 121 272 51 15
Binary 10100 101101 110000 111010 110 0 1010001 10111010 101001 1101

Color Harmonies of #142D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D30

Black with #142D30

Text Example


Text Example

White with #142D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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