#14312F

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

Shades of Swamp #14312F

Tints of Swamp #14312F

Color information

#14312F (or 0x14312F) is unknown color: approx Swamp. HEX triplet: 14, 31 and 2F. RGB value is (20,49,47). Sum of RGB (Red+Green+Blue) = 20+49+47=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #14312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14312F is #EBCED0. Grayscale: #282828. Windows color (decimal): -15453905 or 3092756. OLE color: 3092756.

HSL color Cylindrical-coordinate representation of color #14312F: hue angle of 175.86º 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 #14312F is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB204947-
CMYK0.5900.040.81
HSL175.86º42.03%13.53%-
HSV(B)175.86º59.18%19.22%-
XYZ1.92.553.08-
YUV40.1131.89113.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=17.24%
G=42.24%
B=40.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049470.5900.040.81175.8642.0313.53
Hex14312F3B0451b02ae
Octal24615773041212605216
Binary1010011000110111111101101001010001101100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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