#12312F

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

Shades of Swamp #12312F

Tints of Swamp #12312F

Color information

#12312F (or 0x12312F) is unknown color: approx Swamp. HEX triplet: 12, 31 and 2F. RGB value is (18,49,47). Sum of RGB (Red+Green+Blue) = 18+49+47=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #12312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12312F is #EDCED0. Grayscale: #272727. Windows color (decimal): -15584977 or 3092754. OLE color: 3092754.

HSL color Cylindrical-coordinate representation of color #12312F: hue angle of 176.13º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12312F is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB184947-
CMYK0.6300.040.81
HSL176.13º46.27%13.14%-
HSV(B)176.13º63.27%19.22%-
XYZ1.862.533.08-
YUV39.5132.23112.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=15.79%
G=42.98%
B=41.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849470.6300.040.81176.1346.2713.14
Hex12312F3F0451b02ed
Octal22615777041212605615
Binary1001011000110111111111101001010001101100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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