#142D3A

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

Shades of Tangaroa #142D3A

Tints of Tangaroa #142D3A

Color information

#142D3A (or 0x142D3A) is unknown color: approx Tangaroa. HEX triplet: 14, 2D and 3A. RGB value is (20,45,58). Sum of RGB (Red+Green+Blue) = 20+45+58=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #142D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D3A is #EBD2C5. Grayscale: #262626. Windows color (decimal): -15454918 or 3812628. OLE color: 3812628.

HSL color Cylindrical-coordinate representation of color #142D3A: hue angle of 200.53º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #142D3A is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204558-
CMYK0.660.2200.77
HSL200.53º48.72%15.29%-
HSV(B)200.53º65.52%22.75%-
XYZ1.992.334.35-
YUV39.01138.72114.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 47.15%
R=16.26%
G=36.59%
B=47.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2045580.660.2200.77200.5348.7215.29
Hex142D3A421604Dc931f
Octal2455721022601153116117
Binary1010010110111101010000101011001001101110010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #142D3A;
 }
 .AnyTagClassName
 {
   color: #142D3A;
 }
</style>
background-color css

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

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

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

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

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

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