#142D30

Color #142D30 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #142D30

Tints of Nordic #142D30

Color information

#142D30 (or 0x142D30) is unknown color: approx 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

RGB204548-
CMYK0.580.0600.81
HSL186.43º41.18%13.33%-
HSV(B)186.43º58.33%18.82%-
XYZ1.762.243.14-
YUV37.87133.72115.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=17.70%
G=39.82%
B=42.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2045480.580.0600.81186.4341.1813.33
Hex142D303A6051ba29d
Octal24556072601212725115
Binary1010010110111000011101011001010001101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>