#142E30

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

Shades of Swamp #142E30

Tints of Swamp #142E30

Color information

#142E30 (or 0x142E30) is unknown color: approx Swamp. HEX triplet: 14, 2E and 30. RGB value is (20,46,48). Sum of RGB (Red+Green+Blue) = 20+46+48=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #142E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E30 is #EBD1CF. Grayscale: #262626. Windows color (decimal): -15454672 or 3157524. OLE color: 3157524.

HSL color Cylindrical-coordinate representation of color #142E30: hue angle of 184.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #142E30 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204648-
CMYK0.580.0400.81
HSL184.29º41.18%13.33%-
HSV(B)184.29º58.33%18.82%-
XYZ1.82.323.15-
YUV38.45133.39114.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=17.54%
G=40.35%
B=42.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2046480.580.0400.81184.2941.1813.33
Hex142E303A4051b829d
Octal24566072401212705115
Binary1010010111011000011101010001010001101110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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