#121F20

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

Shades of Swamp #121F20

Tints of Swamp #121F20

Color information

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

HSL color Cylindrical-coordinate representation of color #121F20: hue angle of 184.29º 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 #121F20 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB183132-
CMYK0.440.0300.87
HSL184.29º28%9.8%-
HSV(B)184.29º43.75%12.55%-
XYZ11.211.55-
YUV27.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1831320.440.0300.87184.29289.8
Hex121F202C3057b81ca
Octal22374054301272703412
Binary1001011111100000101100110101011110111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F20; }

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

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

<style>
 a { background-color: #121F20; }

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

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

<style>
 span { border-color: #121F20; }

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

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