#142728

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

Shades of Swamp #142728

Tints of Swamp #142728

Color information

#142728 (or 0x142728) is unknown color: approx Swamp. HEX triplet: 14, 27 and 28. RGB value is (20,39,40). Sum of RGB (Red+Green+Blue) = 20+39+40=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #142728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142728 is #EBD8D7. Grayscale: #212121. Windows color (decimal): -15456472 or 2631444. OLE color: 2631444.

HSL color Cylindrical-coordinate representation of color #142728: hue angle of 183º 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 #142728 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203940-
CMYK0.50.0200.84
HSL183º33.33%11.76%-
HSV(B)183º50%15.69%-
XYZ1.41.752.27-
YUV33.43131.71118.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=20.20%
G=39.39%
B=40.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2039400.50.0200.8418333.3311.76
Hex142728322054b721c
Octal24475062201242674114
Binary101001001111010001100101001010100101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142728; }

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

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

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

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

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

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

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

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