#142E2D

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

Shades of Swamp #142E2D

Tints of Swamp #142E2D

Color information

#142E2D (or 0x142E2D) is unknown color: approx Swamp. HEX triplet: 14, 2E and 2D. RGB value is (20,46,45). Sum of RGB (Red+Green+Blue) = 20+46+45=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 46 - color contains mainly: green. Hex color #142E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E2D is #EBD1D2. Grayscale: #262626. Windows color (decimal): -15454675 or 2960916. OLE color: 2960916.

HSL color Cylindrical-coordinate representation of color #142E2D: hue angle of 177.69º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E2D is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB204645-
CMYK0.5700.020.82
HSL177.69º39.39%12.94%-
HSV(B)177.69º56.52%18.04%-
XYZ1.742.292.83-
YUV38.11131.89115.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=18.02%
G=41.44%
B=40.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046450.5700.020.82177.6939.3912.94
Hex142E2D390252b227d
Octal24565571021222624715
Binary101001011101011011110010101010010101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E2D; }

 p { color: rgb(20,46,45); }

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

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

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

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

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

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

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