#142D39

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

Shades of Tangaroa #142D39

Tints of Tangaroa #142D39

Color information

#142D39 (or 0x142D39) is unknown color: approx Tangaroa. HEX triplet: 14, 2D and 39. RGB value is (20,45,57). Sum of RGB (Red+Green+Blue) = 20+45+57=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #142D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D39 is #EBD2C6. Grayscale: #262626. Windows color (decimal): -15454919 or 3747092. OLE color: 3747092.

HSL color Cylindrical-coordinate representation of color #142D39: hue angle of 199.46º 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 #142D39 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB204557-
CMYK0.650.2100.78
HSL199.46º48.05%15.1%-
HSV(B)199.46º64.91%22.35%-
XYZ1.972.324.22-
YUV38.89138.22114.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=16.39%
G=36.89%
B=46.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2045570.650.2100.78199.4648.0515.1
Hex142D39411504Ec730f
Octal2455711012501163076017
Binary1010010110111100110000011010101001110110001111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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