#142323

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

Shades of Swamp #142323

Tints of Swamp #142323

Color information

#142323 (or 0x142323) is unknown color: approx Swamp. HEX triplet: 14, 23 and 23. RGB value is (20,35,35). Sum of RGB (Red+Green+Blue) = 20+35+35=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #142323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142323 is #EBDCDC. Grayscale: #1E1E1E. Windows color (decimal): -15457501 or 2302740. OLE color: 2302740.

HSL color Cylindrical-coordinate representation of color #142323: hue angle of 180º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142323 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB203535-
CMYK0.43000.86
HSL180º27.27%10.78%-
HSV(B)180º42.86%13.73%-
XYZ1.191.471.81-
YUV30.52130.53120.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=22.22%
G=38.89%
B=38.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035350.43000.8618027.2710.78
Hex1423232B0056b41bb
Octal24434353001262643313
Binary1010010001110001110101100101011010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142323; }

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

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

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

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

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

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

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

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