#12292C

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

Shades of Swamp #12292C

Tints of Swamp #12292C

Color information

#12292C (or 0x12292C) is unknown color: approx Swamp. HEX triplet: 12, 29 and 2C. RGB value is (18,41,44). Sum of RGB (Red+Green+Blue) = 18+41+44=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #12292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12292C is #EDD6D3. Grayscale: #222222. Windows color (decimal): -15587028 or 2894098. OLE color: 2894098.

HSL color Cylindrical-coordinate representation of color #12292C: hue angle of 186.92º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12292C is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB184144-
CMYK0.590.0700.83
HSL186.92º41.94%12.16%-
HSV(B)186.92º59.09%17.25%-
XYZ1.51.92.67-
YUV34.46133.38116.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=17.48%
G=39.81%
B=42.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1841440.590.0700.83186.9241.9412.16
Hex12292C3B7053bb2ac
Octal22515473701232735214
Binary1001010100110110011101111101010011101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12292C; }

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

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

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

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

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

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

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

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