#142829

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

Shades of Swamp #142829

Tints of Swamp #142829

Color information

#142829 (or 0x142829) is unknown color: approx Swamp. HEX triplet: 14, 28 and 29. RGB value is (20,40,41). Sum of RGB (Red+Green+Blue) = 20+40+41=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #142829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142829 is #EBD7D6. Grayscale: #222222. Windows color (decimal): -15456215 or 2697236. OLE color: 2697236.

HSL color Cylindrical-coordinate representation of color #142829: hue angle of 182.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142829 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB204041-
CMYK0.510.0200.84
HSL182.86º34.43%11.96%-
HSV(B)182.86º51.22%16.08%-
XYZ1.451.832.37-
YUV34.13131.87117.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=19.80%
G=39.60%
B=40.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040410.510.0200.84182.8634.4311.96
Hex142829332054b722c
Octal24505163201242674214
Binary101001010001010011100111001010100101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142829; }

 p { color: rgb(20,40,41); }

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

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

 a { background-color: rgb(20,40,41); }

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

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

 span { border-color: rgb(20,40,41); }

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