#142020

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

Shades of Swamp #142020

Tints of Swamp #142020

Color information

#142020 (or 0x142020) is unknown color: approx Swamp. HEX triplet: 14, 20 and 20. RGB value is (20,32,32). Sum of RGB (Red+Green+Blue) = 20+32+32=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #142020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142020 is #EBDFDF. Grayscale: #1C1C1C. Windows color (decimal): -15458272 or 2105364. OLE color: 2105364.

HSL color Cylindrical-coordinate representation of color #142020: hue angle of 180º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142020 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB203232-
CMYK0.37000.87
HSL180º23.08%10.2%-
HSV(B)180º37.5%12.55%-
XYZ1.071.291.56-
YUV28.41130.02122-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=23.81%
G=38.10%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032320.37000.8718023.0810.2
Hex142020250057b417a
Octal24404045001272642712
Binary1010010000010000010010100101011110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142020; }

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

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

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

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

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

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

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

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