#142828

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

Shades of Swamp #142828

Tints of Swamp #142828

Color information

#142828 (or 0x142828) is unknown color: approx Swamp. HEX triplet: 14, 28 and 28. RGB value is (20,40,40). Sum of RGB (Red+Green+Blue) = 20+40+40=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #142828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142828 is #EBD7D7. Grayscale: #222222. Windows color (decimal): -15456216 or 2631700. OLE color: 2631700.

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

Color convert

RGB204040-
CMYK0.5000.84
HSL180º33.33%11.76%-
HSV(B)180º50%15.69%-
XYZ1.431.822.28-
YUV34.02131.37118-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040400.5000.8418033.3311.76
Hex142828320054b421c
Octal24505062001242644114
Binary10100101000101000110010001010100101101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142828; }

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

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

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

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

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

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

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

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