Html Css Color HEX #143938 Nordic

📋 copy color: '#143938'

red 20 ◦ green 57 ◦ blue 56

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

Shades of Nordic #143938

Tints of Nordic #143938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.86%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 15.04%
G = 42.86%
B = 42.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#143938 (or 0x143938) is known color: Nordic. HEX triplet: 14, 39 and 38. RGB value is (20,57,56). Sum of RGB (Red+Green+Blue) = 20+57+56=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #143938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143938 is #EBC6C7. Grayscale: #2D2D2D. Windows color (decimal): -15451848 or 3684628. OLE color: 3684628.

HSL color Cylindrical-coordinate representation of color #143938: hue angle of 178.38º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143938 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 57 56 -
CMYK 0.65 0 0.02 0.78
HSL 178.38º 0.48% 0.15% -
HSV(B) 178.38º 0.65% 0.22% -
XYZ 2.47 3.36 4.26 -
YUV 45.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 20 57 56 0.65 0 0.02 0.78 178.38 0.48 0.15
Hex 14 39 38 41 0 2 4E B2 30 F
Octal 24 71 70 101 0 2 116 262 60 17
Binary 10100 111001 111000 1000001 0 10 1001110 10110010 110000 1111

Color Harmonies of #143938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143938

Black with #143938

Text Example


Text Example

White with #143938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143938; }

 p { color: rgb(20,57,56); }

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

background-color css

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

 a { background-color: rgb(20,57,56); }

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

border-color css

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

 span { border-color: rgb(20,57,56); }

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