#122929

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

Shades of Swamp #122929

Tints of Swamp #122929

Color information

#122929 (or 0x122929) is unknown color: approx Swamp. HEX triplet: 12, 29 and 29. RGB value is (18,41,41). Sum of RGB (Red+Green+Blue) = 18+41+41=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #122929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122929 is #EDD6D6. Grayscale: #222222. Windows color (decimal): -15587031 or 2697490. OLE color: 2697490.

HSL color Cylindrical-coordinate representation of color #122929: hue angle of 180º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122929 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB184141-
CMYK0.56000.84
HSL180º38.98%11.57%-
HSV(B)180º56.1%16.08%-
XYZ1.441.872.38-
YUV34.12131.88116.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 41 (16.41% from 255) = 41%
R=18%
G=41%
B=41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841410.56000.8418038.9811.57
Hex122929380054b427c
Octal22515170001242644714
Binary10010101001101001111000001010100101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122929; }

 p { color: rgb(18,41,41); }

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

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

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

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

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

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

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