#12201F

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

Shades of Swamp #12201F

Tints of Swamp #12201F

Color information

#12201F (or 0x12201F) is unknown color: approx Swamp. HEX triplet: 12, 20 and 1F. RGB value is (18,32,31). Sum of RGB (Red+Green+Blue) = 18+32+31=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #12201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201F is #EDDFE0. Grayscale: #1B1B1B. Windows color (decimal): -15589345 or 2039826. OLE color: 2039826.

HSL color Cylindrical-coordinate representation of color #12201F: hue angle of 175.71º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12201F is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB183231-
CMYK0.4400.030.87
HSL175.71º28%9.8%-
HSV(B)175.71º43.75%12.55%-
XYZ1.011.261.49-
YUV27.7129.86121.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 31 (12.5% from 255) = 38.27%
R=22.22%
G=39.51%
B=38.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832310.4400.030.87175.71289.8
Hex12201F2C0357b01ca
Octal22403754031272603412
Binary1001010000011111101100011101011110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,31); }

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

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

 a { background-color: rgb(18,32,31); }

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

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

 span { border-color: rgb(18,32,31); }

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