#14312E

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

Shades of Swamp #14312E

Tints of Swamp #14312E

Color information

#14312E (or 0x14312E) is unknown color: approx Swamp. HEX triplet: 14, 31 and 2E. RGB value is (20,49,46). Sum of RGB (Red+Green+Blue) = 20+49+46=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #14312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312E is #EBCED1. Grayscale: #272727. Windows color (decimal): -15453906 or 3027220. OLE color: 3027220.

HSL color Cylindrical-coordinate representation of color #14312E: hue angle of 173.79º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14312E is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB204946-
CMYK0.5900.060.81
HSL173.79º42.03%13.53%-
HSV(B)173.79º59.18%19.22%-
XYZ1.882.542.98-
YUV39.99131.39113.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 46 (18.36% from 255) = 40%
R=17.39%
G=42.61%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049460.5900.060.81173.7942.0313.53
Hex14312E3B0651ae2ae
Octal24615673061212565216
Binary1010011000110111011101101101010001101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14312E; }

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

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

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

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

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

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

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

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